Saeid Babaei
Results
2
comments of
Saeid Babaei
I have the same problem. everything is the same as my .Net code by it still get an error
I solved that by using this line; `c := colly.NewCollector( colly.MaxDepth(1), colly.DetectCharset(), colly.Async(true), colly.AllowURLRevisit(), ) c.SetRequestTimeout(120 * time.Second)`