From 5a09313066f5594ca9e3917c00821e443dcba7bc Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 8 May 2024 20:59:41 +0200 Subject: Rename gitDescribe to version This variable will be the only used representation for version information. It can trivially be used for an equality check. Further data as semantic versioning must be parsed from this string. --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.go') diff --git a/version.go b/version.go index 94ee141..f9a997e 100644 --- a/version.go +++ b/version.go @@ -4,10 +4,10 @@ import ( "log" ) -var gitDescribe string +var version string func init() { - if gitDescribe == "" { + if version == "" { log.Fatal("No version information passed to this via build flags") } } -- cgit v1.2.3-70-g09d2