aboutsummaryrefslogtreecommitdiff
path: root/router.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-12 11:47:11 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-12 11:47:11 +0800
commit83f9f192b52020b7fecc8ff9ad3f976ea7485935 (patch)
treef0b55921102d4e099c513124736ccffeb9065da0 /router.go
parentgit_misc.go: Merge types.go into here (diff)
downloadforge-83f9f192b52020b7fecc8ff9ad3f976ea7485935.tar.gz
forge-83f9f192b52020b7fecc8ff9ad3f976ea7485935.tar.zst
forge-83f9f192b52020b7fecc8ff9ad3f976ea7485935.zip
*.go: Reformat
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")
-