You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/github.com/matttproud/golang_protobuf_extensions
Darren Shepherd fa08d6076c
Update vendor
6 years ago
..
pbutil Update vendor 6 years ago
.travis.yml Update vendor 6 years ago
LICENSE Update vendor 6 years ago
NOTICE Update vendor 6 years ago
README.md Update vendor 6 years ago

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