Versions in this module Expand all Collapse all v0 v0.0.2 Oct 15, 2022 v0.0.1 Oct 15, 2022 Changes in this version + type Path struct + func New(path string) *Path + func (p *Path) Eq(other *Path) bool + func (p *Path) Executables() []*Path + func (p *Path) Exists() bool + func (p *Path) IsDir() bool + func (p *Path) IsExecutable() bool + func (p *Path) IsSymLink() bool + func (p *Path) Size() int64 + func (p *Path) SizeHuman() string + func (p *Path) String() string