Making the linter happy

This commit is contained in:
Elia el Lazkani 2020-02-26 01:05:18 +01:00
parent 724ffee8e4
commit 0d97bc8dcb

View file

@ -12,10 +12,10 @@ import (
kingpin "gopkg.in/alecthomas/kingpin.v2" kingpin "gopkg.in/alecthomas/kingpin.v2"
) )
// Version // VERSION The version release
const VERSION = "0.0.3" const VERSION = "0.0.3"
// Author // AUTHOR The author name
const AUTHOR = "Elia el Lazkani" const AUTHOR = "Elia el Lazkani"
// Create a list of constants to figure out // Create a list of constants to figure out