powerproto/examples/using-googleapis/README.md
storyicon aed8ad1615
docs(readme): update readme
Signed-off-by: storyicon <yuanchao@bilibili.com>
2021-07-28 12:01:03 +08:00

827 B

Using Googleapis

This example uses the following public libraries:

The following plug-ins are used:

You can compile the proto file in this directory by executing the following command:

powerproto build -r ./apis

Not surprisingly, you will get the following output:

➜ tree
.
├── README.md
├── apis
│   ├── service.pb.go
│   ├── service.pb.gw.go
│   ├── service.proto
│   └── service_grpc.pb.go
└── powerproto.yaml

1 directory, 6 files