Bruce Marriner 9 năm trước cách đây
mục cha
commit
53db54ea8c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.