til/Development/Go/README.md

797 B

Go

Distribution Package
Arch Linux go, go-tools

Configuration

Add to ~/.bashrc, ~/.zshrc:

export GOPATH=$HOME/go
export PATH="$PATH:$GOPATH/bin"

Guideline

CommonMistakes

CodeReviewComments

Uber Go Style Guide

Thanos Coding Style Guide

Helpful

gomock

goimports

GolangCI-Lint

vim-go