package main import "net/http" func (app *application) createElection(w http.ResponseWriter, r *http.Request) { w.Write([]byte("TODO")) }