windows-builder/images/go-example/main.go (5 lines of code) (raw):

package main import "fmt" func main() { fmt.Println("Hello from Go!") }