Standardize/refresh documentation; fix license.

The documentation needed a little polish to follow conventions, namely
the package's top-level documentation string and including a table of
API equivalencies.

The license also had a typo since the Apache License 2.0 file was
copied carelessly from another project without being adapted for
local use.  Mea culpa, lawyer cats.
5 files changed
tree: 91867b3a86879ddfd331799b5654cb74b5d4d911
  1. ext/
  2. .travis.yml
  3. LICENSE
  4. 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#parseDelimitedFromext.ReadDelimited
MessageLite#writeDelimitedToext.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