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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions