DEV Community

Discussion on: Gomo - 📐 Simple Golang multi modules tool.

Collapse
 
abdfnx profile image
abdfn • Edited

so, let's say you have more than a module in one repo, and you want to install all packages in these modules, instead of run go mod in every single module. just run gomo.

it's like when you have a javascript monorepo with nx or turborepo 👍.

Collapse
 
dogers profile image
Dogers

Ahh okay I getcha - I don't do JS :D
Although I think having multiple modules in one repo goes against the Go way..? Maybe if they're all related I guess?