From 57705feadd598c9a14df53b83161b8f020731bd6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 16 Feb 2023 16:03:46 +0100 Subject: Format: Run gofumpt --- internal/http/http.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/http') diff --git a/internal/http/http.go b/internal/http/http.go index c5939b5..9b45733 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -161,7 +161,6 @@ func (c *Client) PostWithOpts(url string, opts *OptionalParams) (http.Header, [] return c.Do(http.MethodPost, url, opts) } - // MethodWithOpts Do send a HTTP request using a method (e.g. GET, POST), an url and optional parameters // It returns the HTTP headers, the body and an error if there is one. func (c *Client) Do(method string, urlStr string, opts *OptionalParams) (http.Header, []byte, error) { -- cgit v1.2.3