-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it doesn't seem to see submodules #39
Comments
and passing all the directories with a |
@amery Thanks for submitting this issue, which let me find a bug in Golds. After the bug is fixed, Golds is able to parse any single one of the submodules, but still unable to parse them all at the same time. |
@go101 the pattern there is that the root defines an interface, and submodules implement it |
(moved from golang/go#59056):
@amery |
@go101 a node on the graph who no one depends on |
The problem is two leaf/seed modules might require two different (minor) versions of a module. |
I understand now what you meant, thanks |
I use submodules a lot, and by that I mean nested
go.mod
in the same git repository following what some people calls a MonoRepo.unfortunately if I run
golds -allow-network-connection -port 6060 -v .
at a checkout of https://github.com/darvaza-proxy/slog for example,handlers/*/go.mod
are ignored.suggestions?
The text was updated successfully, but these errors were encountered: