1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-27 15:27:17 +02:00
lego/acme/api/internal/sender/useragent.go
2023-08-21 15:57:10 +02:00

15 lines
431 B
Go

package sender
// CODE GENERATED AUTOMATICALLY
// THIS FILE MUST NOT BE EDITED BY HAND
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.14.0"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "release"
)