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
// 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