1
0
mirror of https://github.com/go-acme/lego.git synced 2025-11-29 00:53:20 +02:00
Files
lego/acme/api/internal/sender/useragent.go

14 lines
413 B
Go
Raw Normal View History

// Code generated by 'internal/releaser'; DO NOT EDIT.
package sender
2018-12-11 01:14:49 +01:00
const (
// ourUserAgent is the User-Agent of this underlying library package.
2025-08-06 14:42:49 +02:00
ourUserAgent = "xenolf-acme/4.25.2"
// 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.
2025-08-06 14:43:01 +02:00
ourUserAgentComment = "detach"
)