# README
How to generate the Go files from .proto
- cd proto-files
- run this command
protoc --go_out=../generated --go_opt=paths=source_relative
--go-grpc_out=../generated --go-grpc_opt=paths=source_relative
./dex.proto
- cd ..
- git add .
- git commit -m "message"
- git push
# Packages
No description provided by the author