Format the code first:
go fmt ./...
Clean the code next:
go clean
Binary for linux:
GOOS=linux CGO_ENABLED=0 go build -a
Binary for mac:
GOOS=darwin CGO_ENABLED=0 go build -a
docker build -t cloud-go-ref .
docker run -p 80:80 -i -t cloud-go-ref