lego/acme/api/internal/sender/useragent.go
Fernandez Ludovic b91dbb6615 detach v2.0.1
2019-01-09 20:05:11 +01: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/2.0.1"
// 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"
)