12 lines
205 B
Go
12 lines
205 B
Go
|
/*
|
||
|
|
||
|
# WireProto - A Fast, Efficient, and Safe Bytes-on-the-Wire Message Format
|
||
|
|
||
|
For more details and the actual specification, visit [WireProto].
|
||
|
|
||
|
[WireProto]: https://wireproto.io/
|
||
|
|
||
|
|
||
|
*/
|
||
|
package wireproto
|