cleaning up now that i actually know this language

This commit is contained in:
2019-12-22 19:14:12 -08:00
parent 5289841027
commit c2dfd09e9f
9 changed files with 197 additions and 218 deletions

View File

@@ -1,4 +1,8 @@
default: test
test:
cd pokercore && make test
test: *.go
go get -t -v
go test -v
run:
cd cmd/* && go get -v && go build .