tree: 471fd32f34887ceb4eddc7824c14f214a8dd2e88 [path history] [tgz]
  1. pbutil/
  2. LICENSE
  3. NOTICE
  4. README.md
vendor/github.com/matttproud/golang_protobuf_extensions/README.md

Overview

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

JavaGo
MessageLite#parseDelimitedFrompbutil.ReadDelimited
MessageLite#writeDelimitedTopbutil.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