Learning Go A personal repo on learning the Go programming language Resources Go By Example Notes Run: $ go run <filename>.go Compile: $ go build <filename>.go