mirror of
https://github.com/containers/podman.git
synced 2025-12-09 07:09:03 +08:00
8 lines
158 B
Go
8 lines
158 B
Go
//go:build !windows && !darwin
|
|
|
|
package chrootarchive
|
|
|
|
import jsoniter "github.com/json-iterator/go"
|
|
|
|
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|