Skip to content

Commit

Permalink
Add support for query parameters for all supported HTTP methods
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Oct 31, 2023
1 parent 407402c commit 2bb09fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func (c *Client) SendRequest(method string, rawURL string, data url.Values,

if queryParams != nil && queryParams[0] != nil{
v, _ := form.EncodeToStringWith(queryParams[0], delimiter, escapee, keepZeros)
fmt.Println("v is ", v)
regex := regexp.MustCompile(`\.\d+`)
s := regex.ReplaceAllString(v, "")

Expand Down

0 comments on commit 2bb09fc

Please sign in to comment.