constellation/cli
Malte Poll fc33a74c78
constants: make VersionInfo readonly (#1316)
The variable VersionInfo is supposed to be set by `go build -X ...` during link time but should not be modified at runtime.
This change ensures the underlying var is private and can only be accessed by a public getter.
2023-03-01 11:55:12 +01:00
..
cmd cli: adapt "upgrade check" reference to conventions 2023-02-13 08:34:34 +01:00
internal constants: make VersionInfo readonly (#1316) 2023-03-01 11:55:12 +01:00
main.go Upgrade go module to v2 2022-09-22 09:10:19 +02:00