This is/will be a simple go http server playground.
go run server.go
go get github.com/ianmdawson/go_server
If you have yet to install go, here are installation instructions
brew install go
mkdir -p $HOME/code/go
# Set GOPATH in your environment
echo 'export GOPATH=$HOME/code/go' >> ~/.zshrc
source ~/.zshrc