Currently `netspot` uses `gorila/mux` to manage the few routes but it has some caveats and leads to make some hacks. We should have a look to [`chi`](https://github.com/go-chi/chi).