diff options
| author | demo <demo@antix1> | 2026-05-26 14:50:00 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-26 14:50:00 -0400 |
| commit | 18e3030a0185992a2b531aa13fe57c40eedf395e (patch) | |
| tree | fce66ee7cd96f5b420dbb90f0d304b2967738422 /main.go | |
| parent | 3bba6f4b6eb048e21b0197ef1029b12235a61ba6 (diff) | |
docs: remove comment
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ func main() { } func crawler(startURL url.URL, maxConcurrency, maxURLs int) { - /* Main logic starts here. */ - worklist := make(chan []url.URL) go func() { worklist <- []url.URL{startURL} |
