github.com/matttproud/golang_protobuf_extensions/pbutil

Support for streaming Protocol Buffer messages for the Go language (golang).


License
Apache-2.0
Install
go get github.com/matttproud/golang_protobuf_extensions/pbutil

Documentation

Overview

This repository provides various Protocol Buffer feature extensions for the Go programming 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