package main import ( "net/http" ) func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) { }