Example hello world in Go

Run:

go run main.go

Compile:

go build -o main

Build Docker:

docker build -t "hello-go" .