Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 674 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 674 Bytes

htmlutil

coverage: 100%

Package htmlutil implements a wrapper for Golang's html5 tokeniser / parser implementation, making it much easier to find and extract information, aiming to be powerful and intuitive while remaining a minimal and logical extension.

See the godoc

As of v1.0.0 the API is stable and used in multiple (personal) projects. Unless I run into a compelling use case I am declaring this feature complete. It would be nice to add some examples though, maybe later.

Change Log

2019-08-20 v1.2.0 words methods

2019-02-14 v1.1.0 classes methods

2019-02-11 v1.0.0 initial release