mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
//go:build !go1.19
|
|
// +build !go1.19
|
|
|
|
package spec
|
|
|
|
import "net/url"
|
|
|
|
var parseURL = url.Parse
|