Categorygithub.com/emitra-labs/pb
repository
1.0.2
Repository: https://github.com/emitra-labs/pb.git
Documentation: pkg.go.dev

# Packages

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

# README

pb

All Protobuf schemas used across our Go projects.

Prerequisites

Install protoc. You can install the binary directly to ensure latest version by visiting the link below.

https://grpc.io/docs/protoc-installation/#install-pre-compiled-binaries-any-os

After that, install the Go plugins as follows:

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

Quickstart

# Re-generate protobuf schemas
make gen