vardius / gorouter

Go Server/API micro framework, HTTP request router, multiplexer, mux
https://rafallorenz.com/gorouter
MIT License
154 stars 17 forks source link

Update tree_test.go with TestTreeFindNode test case #63

Closed WheeskyJack closed 1 month ago

WheeskyJack commented 1 month ago

Hi @vardius this pr adds small test case for function :

func (t Tree) Find(name string) Node