aboutsummaryrefslogtreecommitdiff
path: root/lib/net/html
AgeCommit message (Expand)Author
2024-03-09lib: move package "net/html" to "lib/html"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-07-02net/html: use inline replacement to clean up white spacesShulhan
2022-06-27all: move lib/sanitize.HTML to net/html.SanitizeShulhan
2022-06-27net/html: convert the NormalizeForID input letters to lower caseShulhan
2022-06-24net/html: add function NormalizeForIDShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2020-06-10all: update email addressShulhan
2020-05-16all: fix and suppress linter warningsShulhan
2020-04-05html: add function to simplify iterating node in HTML treeShulhan
2020-04-05net/html: new package to simplify the golang.org/x/net/htmlShulhan