These are the instructions from https://github.com/golang/lint
The fetch location changed to `golang.org/x/lint/golint` from `github.com/golang/lint/golint`
`-u` tells go to update the package and its deps if they exist. Shouldn't
be necessary, but figured we might as well follow the instructions from `golint`.