1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-26 23:12:31 +02:00
lego/acme/api/internal/sender/useragent.go
2024-10-07 17:35:08 +02:00

14 lines
414 B
Go

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