Replies: 1 comment
|
Thank you for your feedback. The "go install" indeed doesn't work due to the use of the "replace" directive in the go.mod. This is a limitation of "go install". For more information, see this issue and this. I think I may need to remove the "replace" directive as a workaround for this issue. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
install leetgo via documnet but face this problem:
here is my go env:
i can only install this way:
find a similar case in stackoverflow
is this a bug or golang limit?
All reactions