commit | ec552f691de57a3937cb2c62abfb8f5e6ad9a535 | [log] [tgz] |
---|---|---|
author | Joe Tsai <[email protected]> | Mon Feb 24 20:33:34 2020 -0800 |
committer | Joe Tsai <[email protected]> | Tue Feb 25 10:28:07 2020 +0000 |
tree | 36a6a46aa034a9e5368f2e2fdbca7f0c0cac1e9a | |
parent | 2dabbe471100effc745571e4e6f7f53fb2170ca3 [diff] |
runtime/protoiface: trivial change to Size Remove named input argument to be consistent with other methods. Change-Id: I22c48abf76e007a1319bfb037bbb2b7bfb66cee7 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/220688 Reviewed-by: Brad Fitzpatrick <[email protected]>
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.