package
3.0.3+incompatible
Repository: https://github.com/bit-rocket/open-snell.git
Documentation: pkg.go.dev
# README
Generate grpc and pb files
reference: https://grpc.io/docs/languages/go/quickstart/ Install protoc-gen-go
go install google.golang.org/protobuf/cmd/[email protected]
Install protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/[email protected]
Generate grpc & pb files
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative snellgoapi.proto