fix for go test
This commit is contained in:
@@ -7,6 +7,6 @@ var (
|
||||
ProjectName = "proxypool"
|
||||
)
|
||||
|
||||
func init() {
|
||||
func InitGeoIpDB() {
|
||||
GeoIp = proxy.NewGeoIP("assets/GeoLite2-City.mmdb")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user