Y
Hacker News
new
|
ask
|
show
|
jobs
by
motter
4600 days ago
`go vet` (checks correctness) and golint (
https://github.com/golang/lint
) are also extremely useful.
As a whole the toolchain makes working with Go code very convenient.
2 comments
drtse4
4599 days ago
Was going to post this, agreed, those can really be useful while doing real refactoring.
link
JulianMorrison
4599 days ago
Also, go run -race
link