Skip to content

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

Description

@zcqzcg

关键字 升级 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:\>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions