reviewdog / errorformat

Vim's quickfix errorformat implementation in Go
https://reviewdog.github.io/errorformat-playground/
MIT License
109 stars 43 forks source link

Get golint tool from `golang.org/x/lint/golint` #28

Closed zanyou closed 5 years ago

zanyou commented 5 years ago

Travis logs:

$ 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?

Thank you.

haya14busa commented 5 years ago

Oh, sorry I fixed this with different p-r 🙇