ictgj-voting/admin_games.go

7 lines
117 B
Go

package main
import "net/http"
func handleAdminGames(w http.ResponseWriter, req *http.Request, page *pageData) {
}