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

14 lines
414 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-11 13:32:37 +01:00
ourUserAgent = "xenolf-acme/4.20.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.
2024-11-11 13:32:37 +01:00
ourUserAgentComment = "release"
)