gotests
gotests copied to clipboard
Support generation of Examples
@tmc: Can you please provide an example of what this would look like?
I think the following is what i and he need
source file
func XXX() {
}
generated example function in test file
func ExampleXXX() {
//Output:
}
if gotests have this feature, we will generate example functions quickly and easily like generating test functions.

If anyone is willing to submit a PR, I'll review it.