Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 228 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 228 Bytes

Website Crawler

Build Site Map

Change arguments in main.go for the desired website.

go build
./websiteCrawler

This json outputs file siteMap.json in the directory.

Running tests

go test