mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
15 lines
408 B
Go
15 lines
408 B
Go
// 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
|
|
|