Go Basics

Syntax

Go files consist of the following:

Compact code

package main; import ("fmt"); func main() { fmt.Println("Hello World!");}