Categorygithub.com/RandomCivil/grpc-practice
module
0.0.0-20240602161405-34d70ffd13f2
Repository: https://github.com/randomcivil/grpc-practice.git
Documentation: pkg.go.dev

# README

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

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    helloworld/*.proto

# Packages

No description provided by the author
No description provided by the author
No description provided by the author