containerd/vendor/github.com/matttproud/golang_protobuf_extensions
Lantao Liu 45b6e75803 Update containerd to 129167132c.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-02-21 02:52:57 +00:00
..
pbutil Update containerd to 129167132c. 2018-02-21 02:52:57 +00:00
LICENSE Update containerd to 129167132c. 2018-02-21 02:52:57 +00:00
NOTICE Update containerd to 129167132c. 2018-02-21 02:52:57 +00:00
README.md Update containerd to 129167132c. 2018-02-21 02:52:57 +00:00

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