package version var ( Ver = "0.0.1" Branch = "develop" GitCommitHash = "" // this var is overridden using ldflags in makefile when building BuildTimestamp = "" // this var is overridden using ldflags in makefile when building )