Update protobuf library package name. The Golang protocol buffer library has now moved to GitHub: https://github.com/golang/protobuf Although "go get"-ing the old package name still works, moving everything to the new one will make vendoring cleaner.
This repository provides various Protocol Buffer extensions for the Go language (golang), namely support for record length-delimited message streaming.
| Java | Go |
|---|---|
| MessageLite#parseDelimitedFrom | ext.ReadDelimited |
| MessageLite#writeDelimitedTo | ext.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.