jmattheis / goverter

Generate type-safe Go converters by simply defining an interface
https://goverter.jmattheis.de/
MIT License
496 stars 46 forks source link

Fix: Unexpected package creation during export data loading #20

Closed sergeydobrodey closed 2 years ago

sergeydobrodey commented 2 years ago

Use x/tools with fix from https://go-review.googlesource.com/c/tools/+/400034/

More details: https://github.com/golang/go/issues/51629