go
go-tools
golang
Add to ~/.bashrc, ~/.zshrc:
~/.bashrc
~/.zshrc
export GOPATH=$HOME/go export PATH="$PATH:$GOPATH/bin"
CommonMistakes
CodeReviewComments
Uber Go Style Guide
Thanos Coding Style Guide
gomock
goimports
GolangCI-Lint
vim-go