diff options
| author | demo <demo@antix1> | 2026-05-23 10:15:28 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-23 10:15:28 -0400 |
| commit | adc0d454660c04e0677bfd20af064986b1c1e40b (patch) | |
| tree | d0c2c66e5142cd77ef9334101004d8c46bd8ab36 /main.go | |
| parent | 8921d502c306fa939fba904479fdbd659a39f6fc (diff) | |
docs: add comment for clarity
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ func main() { log.Fatal(err) } + /* Main logic starts here. */ + worklist := make(chan []url.URL) go func() { worklist <- []url.URL{*startURL} |
