From 1ef35cb2d6c4396c4d25a57ad5bd8c00fc790cb4 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 13 Feb 2025 09:06:39 +0800 Subject: users: Print not implemented --- http_handle_users.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'http_handle_users.go') diff --git a/http_handle_users.go b/http_handle_users.go index 182ec53..44133b0 100644 --- a/http_handle_users.go +++ b/http_handle_users.go @@ -1,8 +1,10 @@ package main import ( + "fmt" "net/http" ) func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) { + fmt.Fprintln(w, "Not implemented") } -- cgit v1.2.3