From 615c22c63d132f5a91f616acd957b55c4de19d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Thu, 18 Aug 2022 14:48:30 +0200 Subject: [PATCH] fix(doc,tdhttp): typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Magimel --- helpers/tdhttp/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/tdhttp/request.go b/helpers/tdhttp/request.go index 5f0f7493..b6f90c08 100644 --- a/helpers/tdhttp/request.go +++ b/helpers/tdhttp/request.go @@ -371,7 +371,7 @@ func PostForm(target string, data url.Values, headersQueryParams ...any) *http.R // // "multipart/form-data" by default // Parts: []*tdhttp.MultipartPart{ // tdhttp.NewMultipartPartString("type", "Sales"), -// tdhttp.NewMultipartPartFile("report", report.json", "application/json"), +// tdhttp.NewMultipartPartFile("report", "report.json", "application/json"), // }, // }, // "X-Foo", "Foo-value",