On Sunday, March 3, 2024 at 5:46:13 PM UTC-6 Christian Stewart wrote:

Firstly, you can reference the other repos and use the latest "master" 
version by writing "master" where the v.... verson is in the file, 
then use "go mod tidy" 

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. 

-- 
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/019bfe3f-06c5-49d2-8d85-47204725ceecn%40googlegroups.com.

Reply via email to