go-poker/pokercore/pokercore_test.go

8 lines
93 B
Go
Raw Normal View History

2019-03-23 09:43:25 +00:00
package pokercore
import "testing"
func TestPokerHand(t *testing.T) {
//test stuff here
}