You can try:
https://github.com/pressly/chi
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit http
I'm using Go for a web application and currently I'm using the standard
ServeMux since I don't need fancy features.
The only features I need are PATH_INFO, and routing args.
Unfortunately I have searched a few external packages but they all have
some problems.
* https://github.com/julienschmidt