mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
9 lines
167 B
Go
9 lines
167 B
Go
//go:build linux && cgo
|
|
// +build linux,cgo
|
|
|
|
package devmapper
|
|
|
|
import jsoniter "github.com/json-iterator/go"
|
|
|
|
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|