We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems that DenseNormalStyle is from github.com/mkideal/cli, but the one imported in cascadia_main.go is github.com/go-easygen/cli.
DenseNormalStyle
github.com/mkideal/cli
cascadia_main.go
github.com/go-easygen/cli
go get github.com/suntong/cascadia 130 ↵ go: finding github.com/suntong/cascadia latest # github.com/suntong/cascadia ../../go/pkg/mod/github.com/suntong/cascadia@v0.0.0-20180522160600-2b4a1051d626/cascadia_main.go:55:20: undefined: "github.com/go-easygen/cli".DenseNormalStyle
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I'll take a look...
Sorry, something went wrong.
dcbedfe
There was a long~~~ story why it got to a situation like this, but... fixed now anyway. Let me know if it doesn't work for you.
@suntong
It works. Thank you!
No branches or pull requests
Seems that
DenseNormalStyle
is fromgithub.com/mkideal/cli
, but the one imported incascadia_main.go
isgithub.com/go-easygen/cli
.The text was updated successfully, but these errors were encountered: