aboutsummaryrefslogblamecommitdiff
path: root/http_handle_users.go
blob: 44133b0ed3f78ef348fb61283e3eb16011c25591 (plain) (tree)
1
2
3
4
5
6
7
8
9


            
             



                                                                                  
                                          
 
package main

import (
	"fmt"
	"net/http"
)

func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) {
	fmt.Fprintln(w, "Not implemented")
}