
goblin
A golang http router based on trie tree.
2 followers
A golang http router based on trie tree.
2 followers
goblin is an HTTP Router that extends net/http's ServeMux. It is implemented based on a simple tree structure called a trie tree. It's lightweight and net/http compatible.

