No description
Find a file
Dan Anglin d4633344f7
feat: add the web crawler
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.
2024-08-27 15:16:29 +01:00
.forgejo feat: add the web crawler 2024-08-27 15:16:29 +01:00
internal feat: add the web crawler 2024-08-27 15:16:29 +01:00
magefiles feat: add the web crawler 2024-08-27 15:16:29 +01:00
.gitignore feat: add the web crawler 2024-08-27 15:16:29 +01:00
.golangci.yaml feat: add the web crawler 2024-08-27 15:16:29 +01:00
go.mod feat: add the web crawler 2024-08-27 15:16:29 +01:00
go.sum feat: add the web crawler 2024-08-27 15:16:29 +01:00
LICENSE feat: add the web crawler 2024-08-27 15:16:29 +01:00
main.go feat: add the web crawler 2024-08-27 15:16:29 +01:00