|
|
|
|
|
by superbaconman
2745 days ago
|
|
Yeah. I feel like the modules work for the most part, but as soon as I want to develop cross project I have issues. Do I use the replace directive in my go.mod file? That's just gonna lead to merge issues whenever someone bumps a version number. Do I build using the vendor method that sounds like it's going to be ripped out at some point? How does my dev repo even get linked into that? This whole gopath-less thing is a bit confusing to me. I wish the 'how to use packages' stuff was clearer. |
|