ictgj-voting/admin_games.go

7 lines
117 B
Go
Raw Normal View History

2017-06-08 17:20:43 +00:00
package main
import "net/http"
func handleAdminGames(w http.ResponseWriter, req *http.Request, page *pageData) {
}