Created
January 7, 2019 14:38
-
-
Save bwplotka/a151fe43c9851ef092d29f912e7f8ca7 to your computer and use it in GitHub Desktop.
Table test initial boilerplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for _, tcase := range []struct{ | |
}{ | |
{ | |
}, | |
}{ | |
if ok := t.Run("", func(t *testing.T) { | |
}); !ok { | |
return | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks both, this is great!
I've iterated on it a bit