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