Files
qv/cmd/web/handlers.go

8 lines
141 B
Go
Raw Normal View History

2024-12-27 18:03:46 +01:00
package main
import "net/http"
func (app *application) createElection(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("TODO"))
}