Versions in this module Expand all Collapse all v0 v0.1.1 Jun 22, 2020 Changes in this version + var ErrNotFound = fmt.Errorf("not found") + var ErrTooManyResults = fmt.Errorf("too many results") + func Find(root *yaml.Node, ptr string) (*yaml.Node, error) + func FindAll(root *yaml.Node, ptr string) ([]*yaml.Node, error)