generated from templates/go-generic
Dan Anglin
4519de764e
All checks were successful
Tests / test (pull_request) Successful in 13s
Add the source code for the web crawler. The web crawler is a simple Go CLI application that traverses through a website and generates a report of all the internal links found in the site.
5 lines
96 B
Modula-2
5 lines
96 B
Modula-2
module codeflow.dananglin.me.uk/apollo/web-crawler
|
|
|
|
go 1.23.0
|
|
|
|
require golang.org/x/net v0.28.0
|