-
Notifications
You must be signed in to change notification settings - Fork 18
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
Install gouml with error #57
Comments
Same issue for me on latest macos : go get -u github.com/kazukousen/gouml/cmd/gouml
# github.com/kazukousen/gouml/cmd/gouml
../go/src/github.com/kazukousen/gouml/cmd/gouml/main.go:37:15: cannot use []cli.Command literal (type []cli.Command) as type []*cli.Command in assignment go version
go version go1.13 darwin/amd64 |
Hi nbossard, |
Hi, |
Same issue has been happened Go 1.13.0, which is managed with goenv 2.0.0beta11, on my macOS 11.4. However, self building can avoid this issue. git clone https://github.com/kazukousen/gouml.git
cd gouml/cmd/gouml
go build -o /usr/local/bin/gouml main.go
gouml --version # now you can use this command! I guess this issue is caused by version update of urfave/cli.
Or, this issue might have been happened because of goenv. I'm not sure, but self building can avoid that. |
I am trying to install gouml, but got this error.
The text was updated successfully, but these errors were encountered: