jason 075d766964 first | 3 年之前 | |
---|---|---|
.. | ||
ext | 3 年之前 | |
pbtest | 3 年之前 | |
pbutil | 3 年之前 | |
testdata | 3 年之前 | |
.travis.yml | 3 年之前 | |
LICENSE | 3 年之前 | |
Makefile.TRAVIS | 3 年之前 | |
NOTICE | 3 年之前 | |
README.md | 3 年之前 |
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.
We have generated Go Doc documentation here.