nickng / dingo-hunter

Static analyser for finding Deadlocks in Go
Apache License 2.0
316 stars 28 forks source link

Migrate to go/packages #31

Open nickng opened 3 years ago

nickng commented 3 years ago

Similar to the migration of Go modules, the new go/packages supports non-mod and mod's way of loading packages as a coherence set of packages.

We should retire our use of package loading and use go/packages going forward for forward/backward compatibility.