chenttuuvv / protobuf

Protocol Buffers for Go with Gadgets

Home Page:gogo.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gogo.github.io

License:Other


Languages

Language:Go 88.3%Language:Protocol Buffer 8.9%Language:Makefile 2.8%