Versions in this module Expand all Collapse all v1 v1.1.0 Apr 4, 2022 Changes in this version + type Tree struct + func New(v interface{}) (*Tree, error) + func (t *Tree) Add(ks []string, v interface{}) + func (t *Tree) Append(src, dst []string) + func (t *Tree) Del(ks []string) + func (t *Tree) Get(ks []string) interface{} + func (t *Tree) Move(src, dst []string) + func (t *Tree) Sort()