Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
go install
to install golint (#1967)
This is the recommended approach since Go 1.17 I was getting an error when running `make install`: ``` GO111MODULE=off go get -u golang.org/x/lint/golint go: modules disabled by GO111MODULE=off; see 'go help modules' ```
- Loading branch information