mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
5a1b06d7fd
* 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> |
||
---|---|---|
.. | ||
pbutil | ||
LICENSE | ||
NOTICE | ||
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.