Since golint is unmaintained, deprecated and frozen, maybe we should stop suggesting it and start suggesting alternatives like [staticcheck](https://staticcheck.io/) and `go vet`. Or maybe refer to IDE integrations, like we do with `gofmt`. Relevant issue: https://github.com/golang/go/issues/38968
Since golint is unmaintained, deprecated and frozen, maybe we should stop suggesting it and start suggesting alternatives like staticcheck and
go vet.Or maybe refer to IDE integrations, like we do with
gofmt.Relevant issue: golang/go#38968