An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

gohtmlutil [![Build Status](https://travis-ci.org/dimfeld/gohtmlutil.png?branch=master)](https://travis-ci.org/dimfeld/gohtmlutil) [![GoDoc](http://godoc.org/github.com/dimfeld/gohtmlutil?status.png)](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.