Skip to content

petermattis/protobuf

 
 

Repository files navigation

Protocol Buffers for Go with Gadgets

Please visit the homepage for documentation

Build Status

Installation

To install it, you must first have Go (at least version 1.2.2) installed (see http://golang.org/doc/install).

Next, install the standard protocol buffer implementation from https://github.com/google/protobuf; you must be running version 2.3, 2.4.1, 2.5, 2.6 or 2.6.1.

Finally run:

go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/protoc-gen-gogo
go get github.com/gogo/protobuf/gogoproto

About

Protocol Buffers for Go with Gadgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 88.3%
  • Protocol Buffer 8.9%
  • Makefile 2.8%