kops/vendor/github.com/matttproud/golang_protobuf_extensions
Justin Santa Barbara 4b7adf6884 Use submodules instead of glide
Manual management of dependencies still seems easier, sadly.
2016-07-26 11:23:24 -04:00
..
ext Include vendored dependencies 2016-07-05 00:03:07 -04:00
pbtest Use submodules instead of glide 2016-07-26 11:23:24 -04:00
pbutil Use submodules instead of glide 2016-07-26 11:23:24 -04:00
testdata Use submodules instead of glide 2016-07-26 11:23:24 -04:00
.travis.yml Use submodules instead of glide 2016-07-26 11:23:24 -04:00
LICENSE Use submodules instead of glide 2016-07-26 11:23:24 -04:00
Makefile.TRAVIS Use submodules instead of glide 2016-07-26 11:23:24 -04:00
NOTICE Use submodules instead of glide 2016-07-26 11:23:24 -04:00
README.md Include vendored dependencies 2016-07-05 00:03:07 -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