gotests icon indicating copy to clipboard operation
gotests copied to clipboard

Support generation of Examples

Open tmc opened this issue 8 years ago • 4 comments

tmc avatar Nov 09 '17 20:11 tmc

@tmc: Can you please provide an example of what this would look like?

cweill avatar Apr 07 '19 17:04 cweill

I think the following is what i and he need

source file

func XXX() {
}

generated example function in test file

func ExampleXXX() {

    //Output:
}

Azero-NG avatar Jan 17 '21 14:01 Azero-NG

if gotests have this feature, we will generate example functions quickly and easily like generating test functions. image

Azero-NG avatar Jan 17 '21 14:01 Azero-NG

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

cweill avatar Jan 19 '21 14:01 cweill