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

stripe-archive/pb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protocol Buffer utilities

pblint

Installation

go get -u github.com/stackmachine/pb/cmd/protoc-gen-lint

Usage

protoc --lint_out=. helloworld.proto 

protodiff

Verify protocol buffer changes are backwards compatible.

Installation

go get -u github.com/stackmachine/pb/cmd/protodiff

Usage

protoc -o prev example.proto
# Make changes to example.proto
protoc -o head example.proto
protodiff -prev prev -head head

Releases

No releases published

Packages

No packages published