In Go, a statement is a single instruction which performs a specific operation. A statement is typically terminated by a semicolon (;), but it is not required in cases where a newline character is used instead. Here are some examples of basic statements in Go:
main.go632 chars21 lines
gistlibby LogSnag