Versions in this module Expand all Collapse all v6 v6.1.0 Apr 24, 2021 Changes in this version + var NoChildren = []Noder + type Equal func(a, b Hasher) bool + type Hasher interface + Hash func() []byte + type Noder interface + Children func() ([]Noder, error) + IsDir func() bool + Name func() string + NumChildren func() (int, error) + type Path []Noder + func (p Path) Children() ([]Noder, error) + func (p Path) Compare(other Path) int + func (p Path) Hash() []byte + func (p Path) IsDir() bool + func (p Path) Last() Noder + func (p Path) Name() string + func (p Path) NumChildren() (int, error) + func (p Path) String() string Other modules containing this package github.com/egibert/go-git github.com/egibert/go-git/v5 github.com/egibert/go-git/v8