Skip to content

Quickly check for 404 errors from a list of links in a csv file

Notifications You must be signed in to change notification settings

safiweb/check-404s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find 404 Errors

Had a 1000+ links and wanted to find those broken(404). I wrote a simple GO code to accomplish this.

main.go - file with the code

links.csv - A csv file with the links to check

status.csv - A csv file where the broken links are written to by the code.

About

Quickly check for 404 errors from a list of links in a csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages