pbutil: publish major version 2 of this module.

This commit provides a touch-up of v1.0.3.  Since it introduces a new
major version, several steps to upgrade will need to be followed as
described in the CHANGELOG.md file.  Users of major version 1 can continue
using that version until they are ready to transition.
6 files changed
tree: 53c363c709bb48c5347f0c8beed8a1193d138d8f
  1. ext/
  2. pbtest/
  3. pbutil/
  4. testdata/
  5. .travis.yml
  6. CHANGELOG.md
  7. go.mod
  8. go.sum
  9. LICENSE
  10. Makefile.TRAVIS
  11. NOTICE
  12. README.md
README.md

Overview

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