Run function
This commit is contained in:
@@ -16,5 +16,6 @@ type TreeNode struct {
|
||||
Config *PathConfig
|
||||
Sub []*TreeNode
|
||||
|
||||
root *TreeNode // shows always to root of tree
|
||||
root *TreeNode // shows always to root of tree
|
||||
parent *TreeNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user