Swap ext for pbutil because old name was bad.

The original package name never conveyed the purpose very clearly.
We can stand on the shoulder of established convention and make this
anonymous utility package better by following the example of io/ioutil.
Doing so makes it compliant with the new conventions set forth here:
http://goo.gl/K3u9aj.
10 files changed
tree: 010be6428154484d381706ec2a7e1fd335d267cf
  1. ext/
  2. pbtest/
  3. pbutil/
  4. .travis.yml
  5. LICENSE
  6. README.md
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