mirror of
https://github.com/containers/podman.git
synced 2025-12-01 10:38:05 +08:00
9 lines
154 B
Go
9 lines
154 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package overlay
|
|
|
|
import jsoniter "github.com/json-iterator/go"
|
|
|
|
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|