Making the linter happy
This commit is contained in:
parent
724ffee8e4
commit
0d97bc8dcb
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -12,10 +12,10 @@ import (
|
|||
kingpin "gopkg.in/alecthomas/kingpin.v2"
|
||||
)
|
||||
|
||||
// Version
|
||||
// VERSION The version release
|
||||
const VERSION = "0.0.3"
|
||||
|
||||
// Author
|
||||
// AUTHOR The author name
|
||||
const AUTHOR = "Elia el Lazkani"
|
||||
|
||||
// Create a list of constants to figure out
|
||||
|
|
Loading…
Reference in a new issue