From f835c565941cbb2cd4adb62ab40db476a8318335 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 14 Jan 2016 01:21:57 +0100 Subject: Omit confusion with Error interface --- messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'messages.go') diff --git a/messages.go b/messages.go index ad2b741..eca566d 100644 --- a/messages.go +++ b/messages.go @@ -62,7 +62,7 @@ type Challenge struct { URI string `json:"uri,omitempty"` Validated *time.Time `json:"validated,omitempty"` KeyAuthorization string `json:"keyAuthorization,omitempty"` - Error *Problem `json:"error,omitempty"` + Err *Problem `json:"error,omitempty"` Solver `json:"-"` } -- cgit v1.2.3