gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
574 stars 38 forks source link

Generic interfaces was broken #110

Closed Wanket closed 2 weeks ago

Wanket commented 2 weeks ago

In latest version v3.3.12 I tried regenerate tests/generic_inout.go by command //go:generate minimock -i github.com/gojuno/minimock/v3/tests.genericInout -o generic_inout.go -n GenericInoutMock and all generated types haven't [T any] As example:

type GenericInoutMockNameParams struct {
    t1 T
}