summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/main.go b/cmd/main.go
index 36638836..a18d2c0d 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -19,10 +19,10 @@ import (
var (
// Version - defines build version.
- Version = "local"
+ Version string = "local" //nolint:deadcode
// BuildTime - defined build time.
- BuildTime = "development"
+ BuildTime string = "development" //nolint:deadcode
)
func main() {