package server import ( "net/http" ) func (srv *server) home(w http.ResponseWriter, r *http.Request) { }