RestinGreen / protobuf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate the Go files from .proto

  1. cd proto-files
  2. run this command

protoc --go_out=../generated --go_opt=paths=source_relative
--go-grpc_out=../generated --go-grpc_opt=paths=source_relative
./dex.proto

  1. cd ..
  2. git add .
  3. git commit -m "message"
  4. git push

About