Versions in this module Expand all Collapse all v0 v0.0.2 Jun 5, 2022 Changes in this version + type Result struct + Item interface{} + Params map[string]string + var NotFound Result + type Tree struct + func NewTree() *Tree + func (t *Tree) Add(route string, item interface{}) error + func (t *Tree) Search(route string) (Result, bool)