Go module containing example project that uses gRPC-Dispatcher
go install google.golang.org/protobuf/cmd/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
To run the gRPC code generator use the go generate
command:
go generate ./...
To run the example client:
go run ./cmd/client
To run the example server:
go run ./cmd/server