• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ext/H24-Apr-2016-

pbtest/H24-Apr-2016-

pbutil/H24-Apr-2016-

testdata/H24-Apr-2016-

.travis.ymlH A D24-Apr-201693

LICENSEH A D24-Apr-201611.1 KiB

Makefile.TRAVISH A D24-Apr-2016181

NOTICEH A D24-Apr-201652

README.mdH A D24-Apr-2016963

README.md

1# Overview
2This repository provides various Protocol Buffer extensions for the Go
3language (golang), namely support for record length-delimited message
4streaming.
5
6| Java                           | Go                    |
7| ------------------------------ | --------------------- |
8| MessageLite#parseDelimitedFrom | pbutil.ReadDelimited  |
9| MessageLite#writeDelimitedTo   | pbutil.WriteDelimited |
10
11Because [Code Review 9102043](https://codereview.appspot.com/9102043/) is
12destined to never be merged into mainline (i.e., never be promoted to formal
13[goprotobuf features](https://github.com/golang/protobuf)), this repository
14will live here in the wild.
15
16# Documentation
17We have [generated Go Doc documentation](http://godoc.org/github.com/matttproud/golang_protobuf_extensions/pbutil) here.
18
19# Testing
20[![Build Status](https://travis-ci.org/matttproud/golang_protobuf_extensions.png?branch=master)](https://travis-ci.org/matttproud/golang_protobuf_extensions)
21