-
Notifications
You must be signed in to change notification settings - Fork 142
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 install: [...]: module [...]@latest found, but does not contain package ...v4/cmd/lz4c #174
Comments
Thanks for reporting this. It looks like it is broken. WIll investigate. |
Hello, @pierrec. I was also hit by this error. Just a hint here, I believe there is no need to have another module in |
Hey @pierrec . Again confirming as above: no need to have As a proof, please install my fork:
which is your project with just go.mod/sum deleted from cmd/lz4c and the module name changed to reflect my github path in the toplevel go.mod. |
I can confirm @wkhere's install command works in contrast to the one in the readme |
Trying to follow the installation instructions from the README:
I tried several things read on the Web like
go clean -modcache
but this does not helpThe text was updated successfully, but these errors were encountered: