commit | d29a71bff0433f942a22a8e43fcabca9701bdb35 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Mon Aug 05 17:59:14 2019 -0700 |
committer | Joe Tsai <joetsai@digital-static.net> | Tue Aug 06 21:23:53 2019 +0000 |
tree | 8a2f91b8fb99081bd91f6cd89c13c44e1aba04d8 | |
parent | e815d6a43b81480c1a9ef92cbba15e52b831fcc2 [diff] |
cmd/protoc-gen-go: group default consts and vars in blocks Group the default constant and variable declarations together in a block for better readability in godoc. Change-Id: I6b62f5374f0302d0f7cb224cbe34102359c8c51d Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/189057 Reviewed-by: Damien Neil <dneil@google.com>
WARNING: This repository is in active development. There are no guarantees about API stability. Breaking changes will occur until a stable release is made and announced.
This repository is for the development of the next major Go implementation of protocol buffers. This library makes breaking API changes relative to the existing Go protobuf library. Of particular note, this API aims to make protobuf reflection a first-class feature of the API and implements the protobuf ecosystem in terms of reflection.
List of relevant design documents:
We appreciate community contributions. See CONTRIBUTING.md.
Issues regarding the new API can be filed at github.com/golang/protobuf. Please use a APIv2:
prefix in the title to make it clear that the issue is regarding the new API work.