mdempsky / unconvert

Remove unnecessary type conversions from Go source
BSD 3-Clause "New" or "Revised" License
377 stars 26 forks source link

unconvert: use x/tools/go/packages #32

Closed egonelbre closed 5 years ago

egonelbre commented 6 years ago

About 2x faster and handles go modules better.

However there are still some upstream problems with x/tools/go/packages. So still need to wait for those fixes. Example issue caused by upstream https://github.com/kisielk/errcheck/issues/150

mdempsky commented 5 years ago

Thanks!