From 0d97bc8dcb24c169f8ea174843eb4c800ed4a05e Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Wed, 26 Feb 2020 01:05:18 +0100 Subject: [PATCH] Making the linter happy --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 2a595a5..23814da 100644 --- a/main.go +++ b/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