aboutsummaryrefslogtreecommitdiff
path: root/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'router.go')
-rw-r--r--router.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/router.go b/router.go
index bfbba66..5a77131 100644
--- a/router.go
+++ b/router.go
@@ -110,4 +110,3 @@ func (router *http_router_t) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
var err_bad_request = errors.New("Bad Request")
-