aboutsummaryrefslogtreecommitdiff
path: root/scan_options.go
AgeCommit message (Collapse)Author
2025-06-01all: rename the program and repository into jarinkShulhan
Jarink is a program to help web administrator to maintains their website. Currently its provides a command to scan for brokenlinks.
2025-05-29all: change the Scan function parameter to struct ScanOptionsShulhan
Using struct allow to extends the parameter later without changing the signature.