This commit is contained in:
zu1k
2020-08-12 08:36:58 +08:00
parent e9d3ef948c
commit 1b07538777

View File

@@ -7,7 +7,7 @@ import (
)
type Getter interface {
Get() []*proxy.Proxy
Get() []proxy.Proxy
}
func String2Proxy(link string) proxy.Proxy {