Joe Tsai | ca80a50 | 2018-08-01 12:38:17 -0700 | [diff] [blame] | 1 | # Next Generation Go Protocol Buffers |
| 2 | |
| 3 | **WARNING**: This repository is in active development. There are no guarantees |
| 4 | about API stability. Breaking changes *will* occur until a stable release is |
| 5 | made and announced. |
| 6 | |
| 7 | This repository is for the development of the next major Go implementation |
| 8 | of protocol buffers. This library makes breaking API changes relative to the |
| 9 | [existing Go protobuf library](https://github.com/golang/protobuf/tree/master). |
| 10 | Of particular note, this API aims to make protobuf reflection a first-class |
| 11 | feature of the API and implements the protobuf ecosystem in terms of reflection. |
| 12 | |
| 13 | # Design Documents |
| 14 | |
| 15 | List of relevant design documents: |
| 16 | |
| 17 | * [Go Protocol Buffer API Improvements](https://goo.gl/wwiPVx) |
| 18 | * [Go Reflection API for Protocol Buffers](https://goo.gl/96gGnE) |
| 19 | |
Joe Tsai | a19bc9b | 2018-08-01 13:05:57 -0700 | [diff] [blame^] | 20 | # Contributing |
| 21 | |
| 22 | We appreciate community contributions. See [CONTRIBUTING.md](CONTRIBUTING.md). |
| 23 | |
Joe Tsai | ca80a50 | 2018-08-01 12:38:17 -0700 | [diff] [blame] | 24 | # Reporting Issues |
| 25 | |
| 26 | Issues regarding the new API can be filed at |
| 27 | [github.com/golang/protobuf](https://github.com/golang/protobuf/issues). |
| 28 | Please use a `APIv2:` prefix in the title to make it clear that |
| 29 | the issue is regarding the new API work. |