Documentation ¶
Overview ¶
Package linkcheck finds missing links in the given website. It crawls a URL recursively and notes URLs and URL fragments that it's seen and prints a report of missing links at the end.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCancelled = exitcode.Set(errors.New("scraping canceled by SIGINT"), 3) ErrBadLinks = exitcode.Set(errors.New("found bad links"), 4) ErrMissingFragment = errors.New("page missing fragments") )
Errors native to linkcheck
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.