Now that Go's own net/http.ServeMux has path pattern matching, we can get rid of the gorilla/mux dependency. This will probably reduce binary size a little and also likely increase performance a little. We should do a proof of concept of this in Pebble, but propose to do this upstream in snapd too (or first?).
Now that Go's own
net/http.ServeMuxhas path pattern matching, we can get rid of the gorilla/mux dependency. This will probably reduce binary size a little and also likely increase performance a little. We should do a proof of concept of this in Pebble, but propose to do this upstream in snapd too (or first?).