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でインストールしようとしたらエラーが出た #27

Closed
tmsanrinsha opened this issue Aug 3, 2014 · 0 comments
Closed

Comments

@tmsanrinsha
Copy link

go getでインストールしようとしたところ

~/.go/bin$ go get github.com/motemen/ghq
# github.com/motemen/ghq
../src/github.com/motemen/ghq/commands.go:37: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:38: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:39: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:55: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:56: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:57: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:88: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:89: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:90: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:103: too few values in struct initializer
../src/github.com/motemen/ghq/commands.go:103: too many errors

と出てきてしまい、インストールすることができませんでした。
https://github.com/codegangsta/cli
こちらの影響ぽかったので、tag: 1.1.0に戻すとインストールすることが出来ました。
直していただけると助かります。

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

1 participant