Type definition is not necessary

This commit is contained in:
claudemiro
2016-08-10 20:26:13 -03:00
parent 46ebd1b62b
commit 0c599ea5fb
+3 -3
View File
@@ -14,9 +14,9 @@ import (
// These variables are generated by the linker // These variables are generated by the linker
// please see the makefile for mor information. // please see the makefile for mor information.
var ( var (
version string = "version" version = "version"
buildstamp string = "buildstamp" buildstamp = "buildstamp"
githash string = "githash" githash = "githash"
) )
// Main function, initialize the system // Main function, initialize the system