mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
746 B
746 B
Using GoGo
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