package
0.5.2
Repository: https://github.com/avinor/tau.git
Documentation: pkg.go.dev

# Functions

CreateTree creates a new node tree based on the value map sent in.

# Structs

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.