loov / goda

Go Dependency Analysis toolkit
MIT License
1.37k stars 45 forks source link

Display C as a dependency #26

Closed egonelbre closed 4 years ago

egonelbre commented 4 years ago

It would be useful to see which packages import "C".

goda graph "reach(., C:root)"
egonelbre commented 4 years ago

Fixed by https://github.com/loov/goda/commit/aa6fcfef000481e648d1354738c3d96a8164e1ed.

This now works:

goda graph -std "reach(., C:root)"