Hi… I am well aware that this diff view is very suboptimal. It will be fixed when the refactored server comes along!
users: Print not implemented
package main import (
"fmt"
	"net/http"
)
func handle_users(w http.ResponseWriter, r *http.Request, params map[string]any) {
fmt.Fprintln(w, "Not implemented")
}