Replies: 2 comments 1 reply
-
|
Thank you for reaching out! @miguelvr , would using go workspaces help? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@lalitadithya YES! we kinda use it already under the covers. see BUT yes, i fully support having a go.work/sum in the root directory and updating our workflow/scripts to use it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Usually Go monorepos use a single go.mod. This makes it easier to develop and to share dependencies.
Replace directives are a massive headache and usually do not play well with IDEs.
Currently there's a multitude of small services or packages that have their own go module, and it's a pain just to start development on an IDE.
Beta Was this translation helpful? Give feedback.
All reactions