Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
package main import ("fmt") a := 1 func main() { fmt.Println(a) }
./prog.go:5:1: syntax error: non-declaration statement outside function body