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?
I use submodules a lot, and by that I mean nested
go.modin 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.modare ignored.suggestions?