Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2021 Changes in this version + type Path struct + func NewPath(name string, moreNames ...string) *Path + func (p *Path) Child(name string, moreNames ...string) *Path + func (p *Path) Index(index int) *Path + func (p *Path) Key(key string) *Path + func (p *Path) Root() *Path + func (p *Path) String() string