kops/vendor/github.com/matttproud/golang_protobuf_extensions
Justin Santa Barbara b3dedbe287 Update vendor 2017-03-16 02:40:45 -04:00
..
ext Include vendored dependencies 2016-07-05 00:03:07 -04:00
pbtest Update vendor 2017-03-16 02:40:45 -04:00
pbutil Update vendor 2017-03-16 02:40:45 -04:00
.travis.yml Update vendor 2017-03-16 02:40:45 -04:00
LICENSE Update vendor 2017-03-16 02:40:45 -04:00
README.md Include vendored dependencies 2016-07-05 00:03:07 -04: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