Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycumines authored Feb 11, 2019
1 parent b777d8b commit 14ab396
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
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

0 comments on commit 14ab396

Please sign in to comment.