Skip to content

Commit

Permalink
web: comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
l3uddz committed Feb 18, 2020
1 parent 6cb4f96 commit 3957dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/web/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func getInputsWithTimeout(inputs []interface{}, timeout int) []interface{} {
/* Public */

func GetResponse(method HTTPMethod, requestUrl string, timeout int, v ...interface{}) (*req.Resp, error) {
// prepare request
reqInputs := make([]interface{}, 0)

var rl ratelimit.Limiter = nil
Expand Down

0 comments on commit 3957dbc

Please sign in to comment.