cloudflared-mirror/vendor/github.com/matttproud/golang_protobuf_extensions
Areg Harutyunyan d06fc520c7 TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
..
ext TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
pbtest TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
pbutil TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
testdata TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
.travis.yml TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
LICENSE TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
Makefile.TRAVIS TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
NOTICE TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05:00
README.md TUN-528: Move cloudflared into a separate repo 2018-07-19 15:02:24 -05: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