Use the Underground to create the project scaffolding.
Run make target to install or upgrade golang.
make setup-go
- Add GOPATH to environment
- Update PATH to include GOPATH
Example (Bash)
export GOPATH="$HOME/go" export PATH="$PATH:/usr/local/go/bin:$GOPATH/bin"
- Golang
- Sqitch
- Sqlc
- Docsify