package tarot import ( "log" "testing" ) func TestNext(t *testing.T) { log.Println(Next()) }