lego/acme/api/internal/sender/useragent.go
Fernandez Ludovic 2f1b384411 Detach v3.7.0
2020-05-11 14:40:45 +02:00

14 lines
429 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/3.7.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"
)