3442ecd596
* 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> Upstream-commit: 5a1b06d7fd6a0c8722a4f7aee1edf46d8e2a115b Component: engine
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.
