Categorygithub.com/arybolovlev/learning-protobuf
repositorypackage
0.0.0-20241224100850-1beb3786cd03
Repository: https://github.com/arybolovlev/learning-protobuf.git
Documentation: pkg.go.dev

# Packages

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

# README

learning-protobuf

Regenerate gRPC code

$ cd proto
$ protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative number.proto
$ cd -

Run

Run server

$ go run main.go

Run client

$ cd client/
$ go run client.go