34052b8e0d06fac1e5111c25995f29d487b87f0c
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
Languages
Makefile
100%