diff --git a/acme/error.go b/acme/error.go index 86a87cae..c233331a 100644 --- a/acme/error.go +++ b/acme/error.go @@ -6,7 +6,7 @@ import ( "net/http" ) -// Error asdf +// Error is the base type for all errors specific to the ACME protocol. type Error struct { StatusCode int `json:"status,omitempty"` Type string `json:"type"`