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

教程细节错误 BUG of [Rapid development of microservices - multiple RPCs] #151

Open
zcqzcg opened this issue Aug 22, 2022 · 0 comments

Comments

@zcqzcg
Copy link

zcqzcg commented Aug 22, 2022

关键字 升级 goctl, 中文版 书店 教程

VERSION: v1.4.0

DATE: 2022年8月22日14:02:23

URL: https://github.com/zeromicro/zero-doc/blob/main/docs/zero/bookstore.md

问题: 示例中 $ goctl env check -i -f 不能获得 [goctl-env].... 的实际输出

解决: 需要额外增加 -v 参数, 如下所示

C:\>goctl env check -ivf
[goctl-env]: preparing to check env

[goctl-env]: looking up "protoc"
[goctl-env]: "protoc" is installed

[goctl-env]: looking up "protoc-gen-go"
[goctl-env]: "protoc-gen-go" is installed

[goctl-env]: looking up "protoc-gen-go-grpc"
[goctl-env]: "protoc-gen-go-grpc" is installed

[goctl-env]: congratulations! your goctl environment is ready!

C:\>goctl env check -i -f

C:\>
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

1 participant