Add linkchecker
This commit is contained in:
14
linkchecker/main.go
Normal file
14
linkchecker/main.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import "linkchecker/linkchecker"
|
||||
|
||||
func main() {
|
||||
lc := linkchecker.New("https://bitfieldconsulting.com/golang/how")
|
||||
//lc := linkchecker.New("https://example.com")
|
||||
//lc := linkchecker.New("https://www.aksjhdfjkhashjkd.com/")
|
||||
//lc := linkchecker.New("https://lamehackersguide.blogspot.com/2017/02/weaponizing-postscript.html")
|
||||
|
||||
lc.Scan(3)
|
||||
|
||||
lc.Print()
|
||||
}
|
Reference in New Issue
Block a user