go-poker/pokercore/pokercore_test.go

8 lines
93 B
Go

package pokercore
import "testing"
func TestPokerHand(t *testing.T) {
//test stuff here
}