moby--moby/vendor/github.com/matttproud/golang_protobuf_extensions
Akihiro Suda 5a1b06d7fd rerun vndr
* run latest vndr so as to collect more LICENSE files
 * remove unused packages
 * vendor github.com/philhofer/fwd with LICENSE.md (MIT)
 * vendor github.com/bsphere/le_go with LICENSE (MIT)

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2017-03-08 02:29:34 +00:00
..
pbutil Vendor swarmkit, containerd, and related dependencies 2017-01-23 17:51:14 -08:00
LICENSE Vendor swarmkit, containerd, and related dependencies 2017-01-23 17:51:14 -08:00
NOTICE Vendor swarmkit, containerd, and related dependencies 2017-01-23 17:51:14 -08:00
README.md rerun vndr 2017-03-08 02:29:34 +00:00

README.md

Overview

This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.

Java Go
MessageLite#parseDelimitedFrom pbutil.ReadDelimited
MessageLite#writeDelimitedTo pbutil.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