chronograf/vendor/github.com/matttproud/golang_protobuf_extensions
Brandon Farmer 7ee78603ee Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00
..
pbutil Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00
.travis.yml Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00
LICENSE Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00
NOTICE Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00
README.md Update revision for ifql and fix tests 2018-03-29 16:01:01 -07:00

README.md

Overview

This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.

Java Go
MessageLite#parseDelimitedFrom pbutil.ReadDelimited
MessageLite#writeDelimitedTo pbutil.WriteDelimited

Because Code Review 9102043 is destined to never be merged into mainline (i.e., never be promoted to formal goprotobuf features), this repository will live here in the wild.

Documentation

We have generated Go Doc documentation here.

Testing

Build Status