summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-23 10:53:33 -0400
committerdemo <demo@antix1>2026-05-23 10:53:33 -0400
commit21cb8e5b5c752c458a8c829a0b7b1d4ba5ce442a (patch)
treecd11a7f0e8630e493bc05398b0c170ef414c2960 /main.go
parentdaaf30a1fd33b0915facc347a20a9066a2f886de (diff)
docs: add package godoc
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7c2fe09..a3ee0cf 100644
--- a/main.go
+++ b/main.go
@@ -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 (