From 0c599ea5fb0a4cf954b86703a403dba8083892ba Mon Sep 17 00:00:00 2001 From: claudemiro Date: Wed, 10 Aug 2016 20:26:13 -0300 Subject: [PATCH] Type definition is not necessary --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index ec709a8..8afca43 100644 --- a/main.go +++ b/main.go @@ -14,9 +14,9 @@ import ( // These variables are generated by the linker // please see the makefile for mor information. var ( - version string = "version" - buildstamp string = "buildstamp" - githash string = "githash" + version = "version" + buildstamp = "buildstamp" + githash = "githash" ) // Main function, initialize the system