This commit is contained in:
Bruce Marriner 2016-01-27 23:41:44 -06:00
parent 259b7c77d9
commit 53db54ea8c

View file

@ -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.