1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 03:09:37 +02:00
lego/acme/api/internal/sender/useragent.go

15 lines
429 B
Go
Raw Normal View History

package sender
2018-12-11 02:14:49 +02:00
// CODE GENERATED AUTOMATICALLY
// THIS FILE MUST NOT BE EDITED BY HAND
const (
// ourUserAgent is the User-Agent of this underlying library package.
2019-01-09 16:56:06 +02:00
ourUserAgent = "xenolf-acme/2.0.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.
2019-01-09 16:56:31 +02:00
ourUserAgentComment = "detach"
)