|
|
@@ -15,4 +15,7 @@ func info() {
|
|
|
fmt.Println("Version:", version.Version)
|
|
|
fmt.Println("Build Date:", version.BuildDate)
|
|
|
fmt.Println("Go Version:", runtime.Version())
|
|
|
+ fmt.Println("Compiler:", runtime.Compiler)
|
|
|
+ fmt.Println("Arch:", runtime.GOARCH)
|
|
|
+ fmt.Println("OS:", runtime.GOOS)
|
|
|
}
|