Documentation ¶
Overview ¶
Package epubtree Organize a list of filename with their path into a tree of directories.
Example:
- A/B/C/D.jpg
- A/B/C/E.jpg
- A/B/F/G.jpg
This is transformed like:
A B C D.jpg E.jpg F G.jpg
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶ added in v2.7.0
type Node struct {
// contains filtered or unexported fields
}
func (*Node) ChildCount ¶ added in v2.7.0
func (*Node) FirstChild ¶ added in v2.7.0
func (*Node) WriteString ¶ added in v2.7.0
WriteString string version of the tree
Click to show internal directories.
Click to hide internal directories.