proto/

directory
v0.2.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2023 License: MIT

README

Installing GRPC

Theoretically all the generated files (*.pb.go) are already commited to this repo, so there is no need to install grpc.

If the files need to be changed / a new language binding needs to be created here are the install guidelines: https://grpc.io/docs/languages/go/quickstart/

On Linux, this should work:

sudo [YOUR_PACKAGE_MANAGER] install grpc protoc make
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

make

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL