start new:
tmux
start new with session name:
tmux new -s myname
| .PHONY: build doc fmt lint run test vendor_clean vendor_get vendor_update vet | |
| # Prepend our _vendor directory to the system GOPATH | |
| # so that import path resolution will prioritize | |
| # our third party snapshots. | |
| GOPATH := ${PWD}/_vendor:${GOPATH} | |
| export GOPATH | |
| default: build |