Bruce Marriner %!s(int64=9) %!d(string=hai) anos
pai
achega
53db54ea8c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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.