Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go getで失敗する問題 #14

Closed
masatotoro opened this issue Jan 1, 2020 · 2 comments
Closed

go getで失敗する問題 #14

masatotoro opened this issue Jan 1, 2020 · 2 comments

Comments

@masatotoro
Copy link

goemonのインストールを実施しようとすると、以下のエラーが発生して失敗する現象が発生しています。

$ go get github.com/mattn/goemon/cmd/goemon
package github.com/mattn/goemon/cmd/goemon/statik: cannot find package "github.com/mattn/goemon/cmd/goemon/statik" in any of:
	/usr/lib/go-1.12/src/github.com/mattn/goemon/cmd/goemon/statik (from $GOROOT)
	/home/xx/go/src/github.com/mattn/goemon/cmd/goemon/statik (from $GOPATH)

確認したバージョンは以下になります。

$ go version
go version go1.12.10 linux/amd64
@mattn
Copy link
Owner

mattn commented Jan 8, 2020

修正しました。ありがとうございました。

@mattn mattn closed this as completed Jan 8, 2020
@masatotoro
Copy link
Author

修正いただき、ありがとうございました。
引き続き、活用させていただきます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants