Versions in this module Expand all Collapse all v0 v0.1.0 Feb 26, 2021 Changes in this version + var IndentWidth = 2 + func Walk(path string, fn WalkFunc) error + type Component struct + Dev uint64 + Err error + Gid int + Group string + Info os.FileInfo + Inode uint64 + Level int + Link string + Mode string + Name string + Path string + Pdev uint64 + Size int64 + Uid int + User string + Volume string + func MakeComponent(from, path, volume, name string, level int) Component + func (c *Component) FmtName() string + func (c *Component) String() string + type WalkFunc func(c Component) (follow bool, err error)