//
pkg.gl
Category
github.com/avinor/tau
pkg
helpers
ctytree
package
0.5.2
Repository:
https://github.com/avinor/tau.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
51 SLOC
#
Functions
CreateTree
CreateTree creates a new node tree based on the value map sent in.
#
Structs
Node
Node is a node in tree structure that has children or value If value is set it will assume there are no children, only used for last node in tree.