Y
Hacker News
new
|
ask
|
show
|
jobs
by
lonk11
1019 days ago
gorilla/mux supports parameters in the path as well. For example: "/posts/{id:[0-9]+}"
Passing the parameters from the handler to the template could be left to the user of the library.