mirror of
https://github.com/containers/podman.git
synced 2025-12-12 09:50:25 +08:00
9 lines
90 B
Go
9 lines
90 B
Go
//go:build remote
|
|
// +build remote
|
|
|
|
package registry
|
|
|
|
func init() {
|
|
abiSupport = false
|
|
}
|