Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 489 Bytes

Protocol buffer definitions shared across projects

This is a central repo hosting protocol buffers. All packages contain the generated code for any desired languages.

How to use the generated package.

For Go, follow these steps:

$ go env -w GOPRIVATE="github.com/SB-IM"
$ git config --global url."[email protected]:".insteadOf "https://github.com/"

Then, you can get it with (use signal package for example):

$ go get github.com/SB-IM/pb/signal