summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-26 14:50:00 -0400
committerdemo <demo@antix1>2026-05-26 14:50:00 -0400
commit18e3030a0185992a2b531aa13fe57c40eedf395e (patch)
treefce66ee7cd96f5b420dbb90f0d304b2967738422
parent3bba6f4b6eb048e21b0197ef1029b12235a61ba6 (diff)
docs: remove comment
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 3f29a26..c812a95 100644
--- a/main.go
+++ b/main.go
@@ -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}