From 2cf94d88abda9218b4c0dc9275739f203d9313f6 Mon Sep 17 00:00:00 2001 From: yun-ink <995116474@qq.com> Date: Sun, 21 Apr 2024 01:06:59 +0000 Subject: [PATCH] test --- curlx_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/curlx_test.go b/curlx_test.go index 40e56e0..0ea7c22 100644 --- a/curlx_test.go +++ b/curlx_test.go @@ -19,6 +19,7 @@ func TestGet(t *testing.T) { func TestForm(t *testing.T) { + file, err := os.Open("./go.mod") if err != nil { panic(err)