jason 075d766964 first 3 年之前
..
ext 075d766964 first 3 年之前
pbtest 075d766964 first 3 年之前
pbutil 075d766964 first 3 年之前
testdata 075d766964 first 3 年之前
.travis.yml 075d766964 first 3 年之前
LICENSE 075d766964 first 3 年之前
Makefile.TRAVIS 075d766964 first 3 年之前
NOTICE 075d766964 first 3 年之前
README.md 075d766964 first 3 年之前

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