Categorygithub.com/RestinGreen/protobuf
module
0.0.4
Repository: https://github.com/restingreen/protobuf.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author