Server : LiteSpeed System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u451330669 ( 451330669) PHP Version : 8.2.27 Disable Function : NONE Directory : /opt/go/pkg/mod/github.com/matttproud/golang_protobuf_extensions@v1.0.4/ |
# 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](https://codereview.appspot.com/9102043/) is destined to never be merged into mainline (i.e., never be promoted to formal [goprotobuf features](https://github.com/golang/protobuf)), this repository will live here in the wild. # Documentation We have [generated Go Doc documentation](http://godoc.org/github.com/matttproud/golang_protobuf_extensions/pbutil) here. # Testing [](https://travis-ci.org/matttproud/golang_protobuf_extensions)