Versions in this module Expand all Collapse all v0 v0.0.5 May 25, 2019 Changes in this version + type TreeNode struct + URL *urls.URL + func NewTreeNode() *TreeNode + func (t *TreeNode) Child(part string) (*TreeNode, bool) + func (t *TreeNode) Children() []string + func (t *TreeNode) Insert(path []string, url *urls.URL)