til/Development/Go
Nguyen Tran Hau b76b45f491
Update time.md
2020-08-04 17:59:39 +07:00
..
README.md remove mdbook 2020-07-25 01:21:12 +07:00
errors.md remove mdbook 2020-07-25 01:21:12 +07:00
strings.md remove mdbook 2020-07-25 01:21:12 +07:00
testing.md remove mdbook 2020-07-25 01:21:12 +07:00
time.md Update time.md 2020-08-04 17:59:39 +07:00

README.md

Go

Distribution Package
Arch Linux go, go-tools
Snap go

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