| khenaidoo | 0927c72 | 2021-12-15 16:49:32 -0500 | [diff] [blame] | 1 | // Package codec contains a reader/write type that assists with encoding |
| 2 | // and decoding protobuf's binary representation. | ||||
| 3 | // | ||||
| 4 | // The code in this package began as a fork of proto.Buffer but provides | ||||
| 5 | // additional API to make it more useful to code that needs to dynamically | ||||
| 6 | // process or produce the protobuf binary format. | ||||
| 7 | package codec | ||||