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
when running the install command:
go install ./cmd/iaviewer
error occurs:
main module (github.com/cosmos/iavl) does not contain package github.com/cosmos/iavl/cmd/iaviewer
remove cmd/go.mod to solve it
The text was updated successfully, but these errors were encountered:
fix: make install error cosmos#979
2582b30
fix: make install error #979 (#982)
b37ff1e
No branches or pull requests
description
when running the install command:
error occurs:
fix
remove cmd/go.mod to solve it
The text was updated successfully, but these errors were encountered: