mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-18 19:21:38 -05:00
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. |
||
|---|---|---|
| .. | ||
| instancetypes | ||
| testdata | ||
| config.go | ||
| config_doc.go | ||
| config_test.go | ||
| images_enterprise.go | ||
| images_oss.go | ||
| validation.go | ||
| validation_test.go | ||