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

Was going to post this, agreed, those can really be useful while doing real refactoring.
Also, go run -race