You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| LICENSE | 3 years ago | |
| README.md | 3 years ago | |
| go.mod | 3 years ago | |
| go.sum | 3 years ago | |
| users.pb.go | 3 years ago | |
| users.proto | 3 years ago | |
README.md
example-proto
Provide proto for goravel/example
# 1. Install Protocol Buffers
# https://github.com/protocolbuffers/protobuf/releases
# 2. Install protoc-gen-gofast
# go install github.com/gogo/protobuf/protoc-gen-gofast
protoc --gofast_out=plugins=grpc:. *.proto