From ab44298d0c23c02d4c4736073be86bcffb669a7b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 12 Jan 2016 13:41:36 +0100 Subject: Move solver into challenge --- messages.go | 1 + 1 file changed, 1 insertion(+) (limited to 'messages.go') diff --git a/messages.go b/messages.go index bd673ba..ad2b741 100644 --- a/messages.go +++ b/messages.go @@ -63,6 +63,7 @@ type Challenge struct { Validated *time.Time `json:"validated,omitempty"` KeyAuthorization string `json:"keyAuthorization,omitempty"` Error *Problem `json:"error,omitempty"` + Solver `json:"-"` } // Problem description -- cgit v1.2.3