We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5199508 commit f0849a8Copy full SHA for f0849a8
0-limit-crawler/main.go
@@ -37,7 +37,6 @@ func Crawl(url string, depth int, wg *sync.WaitGroup) {
37
// called concurrently
38
go Crawl(u, depth-1, wg)
39
}
40
- return
41
42
43
func main() {
0 commit comments