Documentation
¶
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescendingDirs ¶
DescendingDirs returns an array of directory names where each subsequent name in the array is one level deeper than the previous.
Example ¶
fmt.Println(DescendingDirs("abc/123/000/343"))
Output: [abc abc/123 abc/123/000 abc/123/000/343]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.