http://www.gorillatoolkit.org/pkg/mux
https://ahmadawais.com/install-go-lang-on-macos-with-homebrew/
nano ~/.zshrc
export GOPATH=$HOME/Documents/digidhamu/go
export PATH=$PATH:$GOPATH/bin
https://www.bogotobogo.com/GoLang/GoLang_Web.php
brew --prefix golang
https://www.thepolyglotdeveloper.com/2017/02/unit-testing-golang-application-includes-http/
https://golang.org/pkg/testing/
https://medium.com/rungo/unit-testing-made-easy-in-go-25077669318
https://github.com/stretchr/testify/
https://blog.rapid7.com/2016/08/04/build-a-simple-cli-tool-with-golang/
netstat -an -ptcp | grep LISTEN
lsof -i -P | grep -i "listen"
sudo lsof -i -P | grep -i "listen"