gogen icon indicating copy to clipboard operation
gogen copied to clipboard

Build failed for code generated for variadic function

Open thnt opened this issue 7 years ago • 0 comments

Try generate mock for this interface

type Dummy interface {
	Func(s ...string)
}

thnt avatar Feb 07 '17 07:02 thnt