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

8 lines
72 B
Go

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