package main import "fmt" var ( Version, BuildDate string ) func main() { fmt.Println("hello world!") }