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

..03-May-2022-

ext/H31-Dec-2018-

pbtest/H31-Dec-2018-

pbutil/H31-Dec-2018-

testdata/H31-Dec-2018-

.travis.ymlH A D31-Dec-2018115

LICENSEH A D31-Dec-201811.1 KiB

Makefile.TRAVISH A D31-Dec-2018181

NOTICEH A D31-Dec-201852

README.mdH A D31-Dec-2018963

go.modH A D31-Dec-2018178

go.sumH A D31-Dec-2018380

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