-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b777d8b
commit 14ab396
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# htmlutil | ||
|
||
Utilities working with the `golang.org/x/net/html` package. | ||
> coverage: 100% | ||
**Only just started on this so it's going to have breaking changes.** | ||
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](https://godoc.org/github.com/joeycumines/go-htmlutil) | ||
|
||
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-02-11** v1.0.0 initial release |