From 21cb8e5b5c752c458a8c829a0b7b1d4ba5ce442a Mon Sep 17 00:00:00 2001 From: demo Date: Sat, 23 May 2026 10:53:33 -0400 Subject: docs: add package godoc --- main.go | 2 ++ 1 file changed, 2 insertions(+) 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 ( -- cgit v1.2.3