1234567891011121314 |
- // Copyright (c) 2012-2018 Ugorji Nwoke. All rights reserved.
- // Use of this source code is governed by a MIT license found in the LICENSE file.
- /*
- Package codec provides a
- High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library
- for binc, msgpack, cbor, json.
- Here, we have the benchmark files comparing against other encoding libraries.
- See README.md for more details.
- */
- package codec
|