summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
10 daysfeat: add gouroutine-leak profilingdemo
10 daysfeat: design worker-pool webcrawlerdemo
10 daysdocs: remove commentdemo
12 daysrefactor: move main logic into separate functiondemo
13 daysfeat: avoid sending empty URL slices to the worklistdemo
13 daysfeat: add diagnostics to prove code is buggydemo
13 daysdocs: add package godocdemo
13 daysdocs: expound help string for -max argumentdemo
13 daysfix: check *maxURLs > 0 casedemo
13 daysfeat: add maxURLs CLI flagdemo
13 daysfeat: implement cancellationdemo
13 daysfeat: add semaphore to throttle concurrent GET requestsdemo
13 daysrefactor: remove intermediate variabledemo
13 daysdocs: add comment for claritydemo
13 daysfeat: implement simple BFS webcrawlerdemo
13 daysfeat: create empty main.godemo