Lindenii Project Forge
Login
Commit info
ID1ef35cb2d6c4396c4d25a57ad5bd8c00fc790cb4
AuthorRunxi Yu<me@runxiyu.org>
Author dateThu, 13 Feb 2025 09:06:39 +0800
CommitterRunxi Yu<me@runxiyu.org>
Committer dateThu, 13 Feb 2025 09:06:39 +0800
Actions
Get patch
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")
}