Lindenii Project Forge
Commit info | |
---|---|
ID | 1ef35cb2d6c4396c4d25a57ad5bd8c00fc790cb4 |
Author | Runxi Yu<me@runxiyu.org> |
Author date | Thu, 13 Feb 2025 09:06:39 +0800 |
Committer | Runxi Yu<me@runxiyu.org> |
Committer date | Thu, 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")
}