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
Fernandez Ludovic 645169e3e5 Detach v4.20.4
2024-11-21 16:07:48 +01: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.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.
ourUserAgentComment = "detach"
)