package main import ( "fmt" "net/http" ) func editMeetingHandler(w http.ResponseWriter, r *http.Request) { fmt.Fprintf(w, "ok meeting handled") }