You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/.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
go getでインストールしようとしたところ
と出てきてしまい、インストールすることができませんでした。
https://github.com/codegangsta/cli
こちらの影響ぽかったので、tag: 1.1.0に戻すとインストールすることが出来ました。
直していただけると助かります。
The text was updated successfully, but these errors were encountered: