Currently the code loads all the std library packages, which takes a bunch of time. It's only used to remove std library packages from the output.
https://github.com/loov/goda/blob/v0.5.3/internal/pkgset/std.go#L13
Instead of loading the std packages separately, write a func that detects based on packages.Package
whether it's a std library package or not.