INNER CODE UNIT · Go
main
googleforgames/open-match · cmd/demo-first-match/main.go:25
func main() {
demo.Run(map[string]func(*components.DemoShared){
"uptime": uptime.Run,
"clients": clients.Run,
"director": director.Run,
})
}
INNER CODE UNIT · Go
googleforgames/open-match · cmd/demo-first-match/main.go:25
func main() {
demo.Run(map[string]func(*components.DemoShared){
"uptime": uptime.Run,
"clients": clients.Run,
"director": director.Run,
})
}