diff options
Diffstat (limited to 'http_handle_users.go')
-rw-r--r-- | http_handle_users.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_users.go b/http_handle_users.go index 8a66d56..c657bad 100644 --- a/http_handle_users.go +++ b/http_handle_users.go @@ -7,6 +7,6 @@ import ( "net/http" ) -func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) { +func httpHandleUsers(w http.ResponseWriter, r *http.Request, params map[string]any) { http.Error(w, "Not implemented", http.StatusNotImplemented) } |