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
关键字 升级 goctl, 中文版 书店 教程
升级 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].... 的实际输出
$ goctl env check -i -f
[goctl-env]....
解决: 需要额外增加 -v 参数, 如下所示
-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:\>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
关键字
升级 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
参数, 如下所示The text was updated successfully, but these errors were encountered: