package
0.0.0-20221209030958-6dbb5704f387
Repository: https://github.com/code206/goutils.git
Documentation: pkg.go.dev

# Functions

通过 uri,解析 query 和 path 获取参数,注意:建议只对处理好的 uri 做解析 arg1/10/arg2/abc 或者 /path?arg1=10&arg2=abc 解析返回为 map{arg1:"10", arg2:"abc"}.