go-zero
go-zero copied to clipboard
generated package path failed
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
go mod tidy,
用这个命令是安装失败的
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Installation fails with this command
You need to init project and run go mod tidy.
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=''
....
This issue is stale because it has been open for 30 days with no activity.