automation-tests/cmd/podman/registry/config_abi.go

8 lines
75 B
Go

// +build ABISupport
package registry
func init() {
abiSupport = true
}