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.
This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.
| Java | Go |
|---|---|
| MessageLite#parseDelimitedFrom | ext.ReadDelimited |
| MessageLite#writeDelimitedTo | ext.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.
We have generated Go Doc documentation here.