优化GET请求对参数的处理

This commit is contained in:
Yun
2023-12-13 14:32:33 +08:00
parent 3a0e1c155a
commit 8b9a77afd5
4 changed files with 75 additions and 10 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
module code.yun.ink/open/curlx
module code.yun.ink/pkg/curlx
go 1.19
require (
github.com/tidwall/gjson v1.15.0
golang.org/x/net v0.14.0
github.com/tidwall/gjson v1.17.0
golang.org/x/net v0.18.0
)
require (