https://github.com/dimfeld/gohtmlutil
Utilities for HTML Parsing
https://github.com/dimfeld/gohtmlutil
Last synced: over 1 year ago
JSON representation
Utilities for HTML Parsing
- Host: GitHub
- URL: https://github.com/dimfeld/gohtmlutil
- Owner: dimfeld
- License: mit
- Created: 2014-05-10T03:28:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T16:47:31.000Z (about 12 years ago)
- Last Synced: 2025-02-08T08:09:56.160Z (over 1 year ago)
- Language: Go
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gohtmlutil [](https://travis-ci.org/dimfeld/gohtmlutil) [](http://godoc.org/github.com/dimfeld/gohtmlutil)
====
Utilities for HTML Parsing
Right now this just implements a single function, Find, which can walk the DOM tree to find a particular node.