ernesto-jimenez / gogen

A set of go packages and command line tools to generate Go code
MIT License
95 stars 14 forks source link

Build failed for code generated for variadic function #7

Open thnt opened 7 years ago

thnt commented 7 years ago

Try generate mock for this interface

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