Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 532 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 532 Bytes

🥕carrot

Go Reference Go Report Card

CSS Selectors Level 3 implementation

Carrot is built to select HTML node using CSS3 selectors.

Basic Usage

carrot := New().SetDoc("./eval/testdata/t.html")
e1 := carrot.Eval("h1") // return []*html.Node
err := carrot.Errors() // return []error