From fc08101f794282b3882c95a1cf75ac1d2c2d1a8d Mon Sep 17 00:00:00 2001 From: xenolf Date: Fri, 30 Oct 2015 00:50:03 +0100 Subject: [PATCH] Add docs to error --- acme/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`