doc.go 408 B

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