gen icon indicating copy to clipboard operation
gen copied to clipboard

go get failed with `cannot find package`

Open hori-ryota opened this issue 7 years ago • 3 comments

go get failed.

$ go get -v github.com/clipperhouse/gen
Fetching https://golang.org/x/tools/go/gcimporter15?go-get=1
Parsing meta tags from https://golang.org/x/tools/go/gcimporter15?go-get=1 (status code 200)
get "golang.org/x/tools/go/gcimporter15": found meta tag get.metaImport{Prefix:"golang.org/x/tools", VCS:"git", RepoRoot:"https://go.googlesource.com/tools"} at https://golang.org/x/tools/go/gcimporter15?go-get=1
get "golang.org/x/tools/go/gcimporter15": verifying non-authoritative meta tag
Fetching https://golang.org/x/tools?go-get=1
Parsing meta tags from https://golang.org/x/tools?go-get=1 (status code 200)
golang.org/x/tools (download)
package golang.org/x/tools/go/gcimporter15: cannot find package "golang.org/x/tools/go/gcimporter15" in any of:
        /usr/local/Cellar/go/1.10.1/libexec/src/golang.org/x/tools/go/gcimporter15 (from $GOROOT)
        /{{**masked**}}/src/golang.org/x/tools/go/gcimporter15 (from $GOPATH)

Package renamed by go/internal/gcimporter: rename from go/gcimporter15

hori-ryota avatar Apr 18 '18 02:04 hori-ryota

sorry, update go/tool, fixed.

hori-ryota avatar Apr 18 '18 02:04 hori-ryota

sorry, not fixed :pray:

hori-ryota avatar Apr 18 '18 03:04 hori-ryota

+1

fkirill avatar May 09 '18 01:05 fkirill