We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://go-zero.dev/docs/tasks/cli/api-demo https://go-zero.dev/docs/tasks/cli/grpc-demo
The tutorial is well-written overall. I'm just reporting this minor issue by raising an issue.
1、goctl 生成的api-demo、rpc-demo中都没有go.mod文件。 2、需要手动创建。 3、所以,会以为操作步骤出错了,其实没有。
教程写得很好,就是发现了这个小问题,故而提一个issue
The text was updated successfully, but these errors were encountered:
goctl --version goctl version 1.8.1 darwin/amd64
Sorry, something went wrong.
Did you generate the project in the GOPATH subdirectory?
No branches or pull requests
goctl-generated project files lack go.mod
https://go-zero.dev/docs/tasks/cli/api-demo
https://go-zero.dev/docs/tasks/cli/grpc-demo
The tutorial is well-written overall. I'm just reporting this minor issue by raising an issue.
goctl生成的项目文件中没有 go.mod 文件
1、goctl 生成的api-demo、rpc-demo中都没有go.mod文件。
2、需要手动创建。
3、所以,会以为操作步骤出错了,其实没有。
https://go-zero.dev/docs/tasks/cli/api-demo
https://go-zero.dev/docs/tasks/cli/grpc-demo
教程写得很好,就是发现了这个小问题,故而提一个issue
The text was updated successfully, but these errors were encountered: