Address some lint warnings

This commit is contained in:
Łukasz Magiera
2019-07-02 15:05:43 +02:00
parent 7fdd369283
commit 4fcdd4a400
7 changed files with 21 additions and 6 deletions
+1
View File
@@ -4,6 +4,7 @@ import (
"gopkg.in/urfave/cli.v2"
)
// Commands is the root group of CLI commands
var Commands = []*cli.Command{
versionCmd,
}