diff options
Diffstat (limited to 'main.go')
| -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 ( |
