aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_contrib_num.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_handle_repo_contrib_num.go')
-rw-r--r--http_handle_repo_contrib_num.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/http_handle_repo_contrib_num.go b/http_handle_repo_contrib_num.go
deleted file mode 100644
index c4ed5d1..0000000
--- a/http_handle_repo_contrib_num.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package main
-
-import (
- "net/http"
-)
-
-func handle_repo_contrib_num(w http.ResponseWriter, r *http.Request, params map[string]any) {
- render_template(w, "repo_contrib_num", params)
-}