It would be very useful if it would be possible to run for executable sources.
Commonly I am trying to move all functionality in separate modules and I clue logic at executable sources. But godepgraph can't parse not imported source files.
As I have commonly 2 executable sources then I just rename main to somename and it works.
It would be very useful if it would be possible to run for executable sources.
Commonly I am trying to move all functionality in separate modules and I clue logic at executable sources. But godepgraph can't parse not imported source files.
As I have commonly 2 executable sources then I just rename
main
tosomename
and it works.