1 2 3 4 5 6 7 8 9 10 11 12
// +build !linux package libpod import ( "github.com/containers/common/pkg/config" "github.com/containers/podman/v3/libpod/define" ) func normalizeNetworkName(config *config.Config, nameOrID string) (string, error) { return "", define.ErrNotImplemented }