Skip to content
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

generated package path failed #4308

Open
lizcao opened this issue Aug 9, 2024 · 5 comments
Open

generated package path failed #4308

lizcao opened this issue Aug 9, 2024 · 5 comments

Comments

@lizcao
Copy link

lizcao commented Aug 9, 2024

After installing with the command, the automatically generated package path failed to convert. Can you fix it?
I know it can be fixed by modifying the path, but it's not user-friendly for beginners because installing according to the steps in the documentation is not easy. Can you adjust this path so that it can be installed directly through commands without needing to be adjusted? Thank you
image

@kesonan
Copy link
Collaborator

kesonan commented Aug 13, 2024

go mod tidy,

@lizcao
Copy link
Author

lizcao commented Aug 19, 2024

用这个命令是安装失败的

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Installation fails with this command

@kevwan
Copy link
Contributor

kevwan commented Aug 27, 2024

You need to init project and run go mod tidy.

@kesonan
Copy link
Collaborator

kesonan commented Sep 18, 2024

Pls check your GOMODULE status, turn it on or auto and then execute go mod tidy, you can execute go env to show your GOMODULE status, such as:

$ go env
GO111MODULE='on'
GOARCH='arm64'
GOBIN=''
....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants