Coverage increased (+0.008%) to 98.253% when pulling d098ad7638ed1f5fd6f34b33025da28c19b03c15 on gallir:b2s into 979d6e516ec324575737805deabe0303794c58bd on buaazp:master.
The official fasthttp organization is maintaining this repo in https://github.com/fasthttp/router.
It has some improvements and optimizations in performance. I recommend you use it.
path := string() allocates a new string for every call, use the same b2s() function as in fasthttp to avoid the allocation.