1
0
mirror of https://github.com/go-acme/lego.git synced 2025-11-29 16:57:53 +02:00
Files
lego/acme/api/internal/sender/useragent.go
Fernandez Ludovic ca25f1c83a Detach v4.23.0
2025-04-16 13:21:08 +02:00

14 lines
413 B
Go

// Code generated by 'internal/releaser'; DO NOT EDIT.
package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.23.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 = "detach"
)