$ go get github.com/golang/lint/golint
package github.com/golang/lint/golint: code in directory /home/travis/gopath/src/github.com/golang/lint/golint expects import "golang.org/x/lint/golint"
The command "go get github.com/golang/lint/golint" failed and exited with 1 during .
I change CI configuration to use golang.org/x/lint/golint instead of github.com/golang/lint/golint
Would you please review this?
Travis logs:
I change CI configuration to use
golang.org/x/lint/golint
instead ofgithub.com/golang/lint/golint
Would you please review this?Thank you.