Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 619 Bytes

deadend

A website link checker library written in Go.

Installation

You will need Golang installed. Make sure $GOPATH and $GOROOT are set correctly.

Download and install 'deadend'
go get github.com/mantishK/deadend

Install and run
Move to the directory deadendchk inside deadend repo ($GOPATH/src/github.com/mantishK/deadend/deadendchk) and install it
go install

How to use in CLI
Run the following command
deadendchk <url>
E.g. -
deadendchk http://golang.org

Work In Progress
This code is still under development.