useragent.go raw

   1  // Code generated by 'internal/releaser'; DO NOT EDIT.
   2  
   3  package sender
   4  
   5  const (
   6  	// ourUserAgent is the User-Agent of this underlying library package.
   7  	ourUserAgent = "xenolf-acme/4.31.0"
   8  
   9  	// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
  10  	// values: detach|release
  11  	// NOTE: Update this with each tagged release.
  12  	ourUserAgentComment = "release"
  13  )
  14