kops/vendor/github.com/matttproud/golang_protobuf_extensions
Justin Santa Barbara 27e68d23f6 Include vendored dependencies
glide just has too many edge-cases still, sadly.
2016-07-05 00:03:07 -04:00
..
ext Include vendored dependencies 2016-07-05 00:03:07 -04:00
pbtest Include vendored dependencies 2016-07-05 00:03:07 -04:00
pbutil Include vendored dependencies 2016-07-05 00:03:07 -04:00
.travis.yml Include vendored dependencies 2016-07-05 00:03:07 -04:00
LICENSE Include vendored dependencies 2016-07-05 00:03:07 -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