Categorygithub.com/Emadghaffari/proto-golang
module
0.0.0-20200919135807-8de7d93ef7d6
Repository: https://github.com/emadghaffari/proto-golang.git
Documentation: pkg.go.dev

# README

proto-golang

This guide describes how to use the protocol buffer language to structure your protocol buffer data, including .proto file syntax and how to generate data access classes from your .proto files.

install go package

go install google.golang.org/protobuf/cmd/protoc-gen-go

protoc example

protoc --proto_path=src --go_out=build/gen --go_opt=paths=source_relative src/foo.proto src/bar/baz.proto

# Packages

No description provided by the author