On Wed, Mar 6, 2024 at 11:53 AM Jeffery Carr <basilarc...@gmail.com> wrote: > On Sunday, March 3, 2024 at 5:46:13 PM UTC-6 Christian Stewart wrote: > Second, you can use "go work" to create a workspace with multiple go > modules in it, so that you can develop with them without having to > constantly update the go.mod versions. > > Yes, the second way is better for me, but I couldn't figure out how that was > better than just using the compiler when I'm at the beginning and I don't > even know what I'm doing yet.
I suggest you start with "go mod vendor" (which still allows Go To Definition in your editor and quick temporary modifications) and when you find a repo you need to modify, clone it into your workspace and add to go.work -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CA%2Bh8R2reR%2BT00MQwQ4duAO00xLtk7J6YFoOZZTD9UKC_VdyHKA%40mail.gmail.com.