You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this on a server program where I want to see the dependency tree starting from the main package. I cd'ed into the same directory where main.go is found and ran depth main. This returned 'main': FATAL: unable to resolve root package.
Of note is that I have many 'local' packages under main, and that is the tree that I would like to see.
Thanks.
The text was updated successfully, but these errors were encountered:
I tried this on a server program where I want to see the dependency tree starting from the main package. I cd'ed into the same directory where main.go is found and ran
depth main
. This returned'main': FATAL: unable to resolve root package
.Of note is that I have many 'local' packages under
main
, and that is the tree that I would like to see.Thanks.
The text was updated successfully, but these errors were encountered: