Dead links, huh!. Too many dead links? How do I test a bunch of URLs?

Don’t worry I got you, I recently released  areyouok a nice, portable and easy to use URL Auditor.

Its built using Go and leverages go routines (literally the best form of concurrency).

One handy thing with AreYouOk is that its a standalone binary, so you don’t need any package managers like npm or pip to install it.

  • Linux (amd64)
curl -LJO https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-linux-amd64
  • MacOS (amd64)
curl -LJO https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-darwin-amd64
  • Windows
curl -LJO https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-windows-amd64.exe

#github #golang #blogging

Github Actions and Go: AreYouOk My URL?
1.10 GEEK