🥕carrot 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