Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 214 Bytes

Bonus crawler example

Application that donwload websites from file (urls.txt) and save it to tmp directory. For goroutines synchronization it uses sync.WaitGroup

How to run?

go run main.go urls.txt