package server import "net/http" func (app *Application) findUsers(w http.ResponseWriter, r *http.Request) { return }