d6971f6
b59565b
1 2 3 4
5 6 7 8
9 10 11
package main import "fmt" var ( Version, BuildDate string ) func main() { fmt.Println("hello world!") }