Use documented way to install golint

This commit is contained in:
Robert Parker
2019-02-07 10:09:53 +00:00
parent 43676049b7
commit 694b31d6e8

View File

@@ -23,4 +23,4 @@ curl https://glide.sh/get | sh
sudo curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64
sudo chmod +x /usr/local/bin/dep
go get golang.org/x/lint/golint
go get -u golang.org/x/lint/golint