Skip to content
Snippets Groups Projects
Commit d771e9f9 authored by ale's avatar ale
Browse files

Fix the crawl.go tests

parent 929da174
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ var ( ...@@ -42,7 +42,7 @@ var (
dnsMap = dnsMapFlag(make(map[string]string)) dnsMap = dnsMapFlag(make(map[string]string))
excludes []*regexp.Regexp excludes []*regexp.Regexp
httpClient *http.Client httpClient = crawl.DefaultClient
) )
func init() { func init() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment