github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/cmd/podman/platform_unsupported.go (about) 1 // +build !linux 2 3 package main 4 5 func CheckForRegistries() { 6 }