bsed / gorilla

Automatically exported from code.google.com/p/gorilla
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

[mux] remove panics #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The mux package needs a panic-free error system. Instead of panic'ing when a 
Route method is called, which can happen in a couple of methods, register a 
list of errors in the Route and make the routes with errors available in the 
Router.

Original issue reported on code.google.com by rodrigo.moraes on 23 Jan 2012 at 6:10

GoogleCodeExporter commented 9 years ago
Implemented with revision 73413725911d and the three next ones.

Original comment by rodrigo.moraes on 23 Jan 2012 at 7:40