From 3397c837b9690ddf506b3162e55c33ab7cf902cf Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 08:52:18 +0800 Subject: handle_user: Stub --- http_handle_users.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 http_handle_users.go (limited to 'http_handle_users.go') diff --git a/http_handle_users.go b/http_handle_users.go new file mode 100644 index 0000000..182ec53 --- /dev/null +++ b/http_handle_users.go @@ -0,0 +1,8 @@ +package main + +import ( + "net/http" +) + +func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) { +} -- cgit v1.2.3