1
0
mirror of https://github.com/go-acme/lego.git synced 2025-11-30 00:58:21 +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.
2024-11-21 15:51:41 +01:00
ourUserAgent = "xenolf-acme/4.20.4"
// 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.
2024-11-21 15:51:56 +01:00
ourUserAgentComment = "detach"
)