reg/vendor/github.com/matttproud/golang_protobuf_extensions
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00
..
ext update deps 2018-07-14 11:48:41 -04:00
pbtest update deps 2018-07-14 11:48:41 -04:00
pbutil update vendor 2018-06-06 12:10:36 -04:00
testdata update deps 2018-07-14 11:48:41 -04:00
.travis.yml update vendor 2018-06-06 12:10:36 -04:00
LICENSE update deps 2018-03-06 10:41:43 -05:00
Makefile.TRAVIS update vendor 2018-06-06 12:10:36 -04:00
NOTICE update deps 2018-03-06 10:41:43 -05:00
README.md update deps 2018-03-06 10:41:43 -05:00

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