til/Development/go
Tran Hau ae1d0f775b small 2020-05-20 17:32:09 +07:00
..
README.md go 2020-05-11 23:28:10 +07:00
testing.md small 2020-05-20 17:32:09 +07:00
time.md go 2020-05-11 23:28:10 +07:00

README.md

Go

Distribution Package
Archlinux go, go-tools
Ubuntu See

Add to ~/.bashrc:

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

Guideline

CommonMistakes

CodeReviewComments

Uber Go Style Guide

Thanos Coding Style Guide

Helpful programs

goimports

GolangCI-Lint