ingress-nginx-helm/vendor/github.com/matttproud/golang_protobuf_extensions
Manuel de Brito Fontes 063cc68d1c
Update go dependencies
2018-07-12 13:19:17 -04:00
..
pbutil Update go dependencies 2018-07-12 13:19:17 -04:00
.travis.yml Update go dependencies 2018-07-12 13:19:17 -04:00
LICENSE Replace godep with dep 2017-10-06 17:26:14 -03:00
Makefile.TRAVIS Update go dependencies 2018-07-12 13:19:17 -04:00
NOTICE Replace godep with dep 2017-10-06 17:26:14 -03:00
README.md Replace godep with dep 2017-10-06 17:26:14 -03: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