package main import ( "fmt" "os" ) func main() { fmt.Fprintln(os.Stdout, "Hello from Go!") }