Go monorepo with single root go.mod file, separate GoLand projects in submodules – how do I configure GoLand to detect the root go.mod?
I have a small monorepo of Go code (as well as node/js/ts/vue/etc for frontend applications, but that should be irrelevant). There is a single go.mod
in the repo root directory. I’m trying to create GoLand separate projects in submodules of the monorepo, but it seems GoLand isn’t detecting the root go.mod
file. Example file structure: