mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
9 lines
216 B
Go
Vendored
9 lines
216 B
Go
Vendored
// Copyright (c) Faye Amacker. All rights reserved.
|
|
// Licensed under the MIT License. See LICENSE in the project root for license information.
|
|
|
|
//go:build go1.24
|
|
|
|
package cbor
|
|
|
|
var jsonStdlibSupportsOmitzero = true
|