powerproto/examples/using-gogofast
storyicon 4f4006ee7d
chore(*): update plugin default options && add examples
Signed-off-by: storyicon <yuanchao@bilibili.com>
2021-07-28 11:57:21 +08:00
..
apis chore(*): update plugin default options && add examples 2021-07-28 11:57:21 +08:00
powerproto.yaml chore(*): update plugin default options && add examples 2021-07-28 11:57:21 +08:00
README.md chore(*): update plugin default options && add examples 2021-07-28 11:57:21 +08:00

Using GoGoFast

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
└── powerproto.yaml

1 directory, 5 files