|
|
|
|
|
by pkolaczk
665 days ago
|
|
No one asked about Go here. And no, it didn’t, it’s the same PITA as in Java or maybe even worse because there are no workarounds like classloading or shading. You have no control over the transitive dependencies. The only thing you can do if there’s a conflict is asking the author to fix one of the conflicting libraries. |
|
And I believe Go only using one version is the best solution. It avoids many problems.