matttproud/golang_protobuf_extensions
GitHub: matttproud/golang_protobuf_extensions
Stars: 67 | Forks: 20
# Overview
**Note:** This Go package is on the road to retirement. You can learn more
at this blog post: https://matttproud.com/blog/posts/retiring-pbutil.html.
This repository provides various Protocol Buffer feature extensions for the Go
programming 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)
标签:EVTX分析