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)