jszwedko / go-circleci

Go library for interacting with CircleCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make lint not working - cannot find package "golang.org/x/tools/go/gcimporter

jedi4ever opened this issue · comments

$ make lint
package golang.org/x/tools/go/gcimporter: cannot find package "golang.org/x/tools/go/gcimporter" in any of:
        /usr/local/Cellar/go/1.7.3/libexec/src/golang.org/x/tools/go/gcimporter (from $GOROOT)
        /Users/patrick/go/src/golang.org/x/tools/go/gcimporter (from $GOPATH)

I think you encountered this on circleci-cli rather than this library, but I'm not able to reproduce this by uninstalling golint and running make lint (the latter reinstalls it).

Can you try go get -x -u github.com/golang/lint/golint and let me know what that gives you?

Closing this out, but please reopen if you are still running into this issue!