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
Fernandez Ludovic 4d7fcb6048 Detach v4.17.2
2024-05-28 14:56:30 +02:00

15 lines
430 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.17.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.
ourUserAgentComment = "detach"
)