@ -1,3 +1,3 @@
module gitea.cdlsxd.cn/self-tools/l-request
go 1.21
go 1.23.6
@ -24,7 +24,6 @@ func (re *RequestPool) Put(r *Request) {
re.pool.Put(r)
}
// 重置对象
func (re *RequestPool) Reset(r *Request) {
r.Method = ""
r.Url = ""