subtle-byte / mockigo

Fastly generate type-safe mocks | WARN: development is on the pause
MIT License
22 stars 3 forks source link

Unexpected package creation during export data loading #7

Closed iesen closed 1 year ago

iesen commented 1 year ago

Running mockigo inside official golang alpine based inside produces following error:

Unexpected package creation during export data loading

after some googling it is caused by golang.org/x/tools package and related to generics. It is fixed in version v0.1.12

i created #6 for updating x/tools dependency.

subtle-byte commented 1 year ago

Thanks for the bug report and PR, seems like it is fixed now, you are welcome to reopen the issue if you still have this problem