Go help
#!/bin/bash
# run from $HOME
mkdir -p go/src/github.com/jacobiusg/hello &&
curl -o go/src/github.com/jacobiusg/hello/hello.go https://raw.githubusercontent.com/golang/go/master/doc/play/hello.go &&
go run go/src/github.com/jacobiusg/hello/hello.go