Type definition is not necessary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user