fix(pkg): amend tree node

This commit is contained in:
reanon
2022-11-26 11:11:40 +08:00
parent 43e65b379d
commit fae6c6ac5b
2 changed files with 13 additions and 7 deletions

View File

@@ -12,4 +12,7 @@ func TestTreeNode(t *testing.T) {
// print tree
PrintTree(node)
// tree to arr
t.Log(TreeToArray(node))
}