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

Shared protocol buffer definitions accross projects

Notifications You must be signed in to change notification settings

sb-im/pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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."git@github.com:".insteadOf "https://github.com/"

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

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

About

Shared protocol buffer definitions accross projects

Resources

Stars

Watchers

Forks

Packages

No packages published