compose/vendor/github.com/matttproud/golang_protobuf_extensions
Michael Crosby d1909a8d4d Add initial vendor files
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 11:07:29 -04:00
..
pbutil Add initial vendor files 2020-04-06 11:07:29 -04:00
LICENSE Add initial vendor files 2020-04-06 11:07:29 -04:00
NOTICE Add initial vendor files 2020-04-06 11:07:29 -04:00
README.md Add initial vendor files 2020-04-06 11:07:29 -04:00
go.mod Add initial vendor files 2020-04-06 11:07:29 -04: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