summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
13 daysrefactor: move main logic into separate functiondemo
14 daysfeat: avoid sending empty URL slices to the worklistdemo
14 daysfeat: add diagnostics to prove code is buggydemo
14 daysdocs: add package godocdemo
14 daysdocs: expound help string for -max argumentdemo
14 daysfix: check *maxURLs > 0 casedemo
14 daysfeat: add maxURLs CLI flagdemo
I've also added some more input sanitization.
14 daysfeat: implement cancellationdemo
I've also added 1., 2., etc. to the printed list of URLs.
14 daysfeat: add semaphore to throttle concurrent GET requestsdemo
14 daysrefactor: remove intermediate variabledemo
14 daysdocs: add comment for claritydemo
14 daysfeat: implement simple BFS webcrawlerdemo
14 daysfeat: create empty main.godemo