Skip to content

zzossig/carrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥕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

About

🥕CSS Selectors Level 3 implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages