mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
9 lines
91 B
Go
9 lines
91 B
Go
//go:build !remote
|
|
// +build !remote
|
|
|
|
package registry
|
|
|
|
func init() {
|
|
abiSupport = true
|
|
}
|