dongnguyenltqb / share-proto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

share proto

install protoc

  1. download protoc at: https://github.com/protocolbuffers/protobuf/releases

install go grpc plugin

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

go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

gen message


make

About


Languages

Language:Makefile 100.0%