summaryrefslogtreecommitdiff
path: root/cmd/cli/version.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-05 00:18:44 +0300
committerValery Piashchynski <[email protected]>2021-01-05 00:18:44 +0300
commit877b0ed461c7d5e1de87b7561f414aeb236cf3ec (patch)
tree2afdf6fa505f91043e4f22bfc7229d691e3da1d5 /cmd/cli/version.go
parent984953a9db1d94817bda2e3d9266583151b1b437 (diff)
Add dput.cf file for the ubuntu launchpad
Add a lot of comments to the exported functions
Diffstat (limited to 'cmd/cli/version.go')
-rw-r--r--cmd/cli/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/cli/version.go b/cmd/cli/version.go
index 6a259668..89728bd2 100644
--- a/cmd/cli/version.go
+++ b/cmd/cli/version.go
@@ -2,8 +2,8 @@ package cli
var (
// Version - defines build version.
- Version string = "local" //nolint:deadcode
+ Version string = "local"
// BuildTime - defined build time.
- BuildTime string = "development" //nolint:deadcode
+ BuildTime string = "development"
)