Open thnt opened 7 years ago
Try generate mock for this interface
type Dummy interface { Func(s ...string) }
Try generate mock for this interface