go-html-selector, v1.6.1
Posted on

The library that implements collecting text, specified HTML tags, and their attributes from an HTML document.
Improving tests and refactoring.
Change Log
- improving tests:
- adding tests with attributes overlapping between tags for the
htmlselector.SelectTags()function;
- adding tests with attributes overlapping between tags for the
- refactoring:
- extracting the
htmlselector.selectorstructure; - moving builders from the
htmlselectorpackage to a separate file.
- extracting the
Repository
Link: https://github.com/thewizardplusplus/go-html-selector/tree/v1.6.1.
Content: code.
License: MIT.