Why can’t I chain a `Use()` with `HandleFunc()` while setting up middleware in Gorilla/mux? I am trying to add a simple user ID validation middleware to a route like so: