You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise, commands like "make install.tools" fail with:
$ make install.tools
go get -u github.com/golang/lint/golint
code in directory /<path>/github.com/golang/lint/golint expects import "golang.org/x/lint/golint"
The github repository says this URL should be used for go get. After
this patch, make install.tools works just fine.
Signed-off-by: Rodrigo Campos <[email protected]>
0 commit comments