Categorygithub.com/CodingForFunAndProfit/basic
module
0.0.0-20220410090333-8dad308d0517
Repository: https://github.com/codingforfunandprofit/basic.git
Documentation: pkg.go.dev

# README

basic

Another basic grpc example

go mod init github.com/CodingForFunAndProfit/basic

go get google.golang.org/protobuf/cmd/protoc-gen-go go get google.golang.org/grpc/cmd/protoc-gen-go-grpc

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative proto/greeter.proto

# Packages

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