diff options
| author | demo <demo@antix1> | 2026-05-23 10:53:33 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-23 10:53:33 -0400 |
| commit | 21cb8e5b5c752c458a8c829a0b7b1d4ba5ce442a (patch) | |
| tree | cd11a7f0e8630e493bc05398b0c170ef414c2960 | |
| parent | daaf30a1fd33b0915facc347a20a9066a2f886de (diff) | |
docs: add package godoc
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +// URLs implements a breadth-first search webcrawler based on the +// example given in section 8.6 of The Go Programming Language. package main import ( |
