Bruce Marriner 9 years ago
parent
commit
53db54ea8c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      restapi.go

+ 1 - 0
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.