From 53db54ea8c6d4a7752034ada7ba19b47daf9393d Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Wed, 27 Jan 2016 23:41:44 -0600 Subject: [PATCH] Comment. --- restapi.go | 1 + 1 file changed, 1 insertion(+) diff --git a/restapi.go b/restapi.go index 104964c..f191c74 100644 --- a/restapi.go +++ b/restapi.go @@ -25,6 +25,7 @@ import ( "time" ) +// Error returned for unmarshal errors. var ErrJSONUnmarshal = errors.New("json unmarshal") // Request makes a (GET/POST/...) Requests to Discord REST API.