pbtest: delete pkg because upstream IDL changes.

This commit deletes the blackbox end-to-end tests associated with
`testing/quick`, because several incompatible upstream changes broke
them, and it is difficult to tease apart where the fault lies for now.
It fixes #9.

The core of this is code is small and well tested.  At the very worst,
integrators can inform us quickly about breakages.
9 files changed
tree: d930cdd6f8bdaef2146bc51acdc661ce949ca109
  1. ext/
  2. pbtest/
  3. pbutil/
  4. .travis.yml
  5. LICENSE
  6. NOTICE
  7. 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