mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
7 lines
210 B
Go
7 lines
210 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 main
|
|
|
|
const genCodecPath = "github.com/ugorji/go/codec"
|