diff options
Diffstat (limited to 'http_handle_users.go')
-rw-r--r-- | http_handle_users.go | 8 |
1 files changed, 8 insertions, 0 deletions
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) { +} |