Merge branch 'master' of github.com:sneak/gopoker

This commit is contained in:
2019-03-23 21:13:06 -07:00
committed by sneak
13 changed files with 773 additions and 172 deletions

View File

@@ -1,4 +1,4 @@
default: test
test:
cd pokercore && make test
cd pokercore && go test -v ./...