diff options
Diffstat (limited to 'router_http.go')
-rw-r--r-- | router_http.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/router_http.go b/router_http.go index 29f558f..754cf10 100644 --- a/router_http.go +++ b/router_http.go @@ -117,4 +117,3 @@ func (router *http_router_t) ServeHTTP(w http.ResponseWriter, r *http.Request) { } var err_bad_request = errors.New("Bad Request") - |