package main import "fmt" func main() { fmt.Println("Structure matters in Go") }
Click Run to execute this code.