mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
7 lines
285 B
Go
7 lines
285 B
Go
package useragent
|
|
|
|
import "github.com/containers/image/v5/version"
|
|
|
|
// DefaultUserAgent is a value that should be used by User-Agent headers, unless the user specifically instructs us otherwise.
|
|
var DefaultUserAgent = "containers/" + version.Version + " (github.com/containers/image)"
|