blob: ccab73e3828c85f67ce3f071d3f5ccadf11fcd4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net>
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-PackageName = "gg"
SPDX-PackageDownloadLocation = "https://git.xyrillian.de/go-gg"
[[annotations]]
path = [
".gitignore",
"description",
"go.mod",
"go.work",
"benchmark/go.mod",
"benchmark/go.sum",
"pgruntime/tool_template.sh",
"testing/go.mod",
"testing/go.sum",
]
SPDX-FileCopyrightText = "Stefan Majewsky <majewsky@gmx.net>"
SPDX-License-Identifier = "Apache-2.0"
|