mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
7 lines
276 B
Go
7 lines
276 B
Go
package useragent
|
|
|
|
import "go.podman.io/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)"
|