Versions in this module Expand all Collapse all v0 v0.1.0 Feb 25, 2025 Changes in this version + type ParseError struct + Msg string + Pos int + func (p *ParseError) Error() string + type Selector struct + func MustParse(s string) *Selector + func Parse(s string) (*Selector, error) + func (s *Selector) Select(n *html.Node) []*html.Node