index
:
pingpong
master
A demo of graceful worker goroutine cancellation.
Brandon Irizarry
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game_test.go
blob: f9038208a7d081a212a61a3195ffae9fda9a3965 (
plain
)
1
2
3
4
5
6
7
package main import "testing" func TestGame(t *testing.T) { game(1) }