stmt

bltin types

func def

goroutine

package

package PKG // must be main if to be executed
import xxx
top-level stmt
func …  // must contain main if to be executed

err handle

unsafe (low-level api)

run/tools

ops

same as C except:

decl

var|const|type … (except for the missed colon, just as Nim)

var|const|type (

)

(except the added paran and the missed colon, just as Nim)