This commit is contained in:
2025-07-19 17:54:34 -04:00
commit 18df90b20d
21 changed files with 535 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package server
import (
"net/http"
)
func (srv *server) home(w http.ResponseWriter, r *http.Request) {
}