bsed / gorilla

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

[mux] Cleanup panic(), use proper errors #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cleanup panic() from gorilla/mux:

- Remove panic() calls except from initialization-time functions (e.g.,
  route definitions). Return (xxx, os.Error) when possible.

- Proper os.Error's rather than string constants.

Original issue reported on code.google.com by rodrigo.moraes on 10 Sep 2011 at 5:04

GoogleCodeExporter commented 9 years ago

Original comment by rodrigo.moraes on 13 Sep 2011 at 4:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision bb4b995437b3.

Original comment by rodrigo.moraes on 25 Sep 2011 at 7:06