Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TreeFormatter ¶
type TreeFormatter struct {
Prefix string
Debug bool
Color bool
IconParent string // default "│ "
IconSpace string // default " "
IconBranch string // default "├──"
IconLastBranch string // default "└──"
}
TreeFormatter contains options for formatting Tree
func (*TreeFormatter) Fix ¶
func (formatter *TreeFormatter) Fix()
Click to show internal directories.
Click to hide internal directories.