/Validate-Weblinks-golang

Validate weblinks on external table written in golang

Primary LanguageGo

Validate weblinks.

Go

Description

This repo validates weblinks at https://www.ibm.com/community/z/open-source-software/

Interesting thing to note, with sequential execution it takes around 4 minutes to check all the links present on the webpage but using go concurrency the time is reduced to mere 20 seconds.