Categorygithub.com/acky666/WebCrawler
modulepackage
0.0.0-20210621204013-2f205724e406
Repository: https://github.com/acky666/webcrawler.git
Documentation: pkg.go.dev

# README

A Basic Web Crawler

a simple web crawler that grabs all the URLS on a website, for a coding exercise.

to run type

go run main.go -c 5 -url "http://www.acky.com" 
go run main.go -c 5 -debug false -url "http://www.acky.com" 

# Packages

No description provided by the author