(no title)
vvanpo | 2 years ago
Go's module system was specifically designed with this problem in mind: https://go.dev/blog/versioning-proposal
I think Java projects get around this when they have to with shading, but that's a bit clunky.
vvanpo | 2 years ago
Go's module system was specifically designed with this problem in mind: https://go.dev/blog/versioning-proposal
I think Java projects get around this when they have to with shading, but that's a bit clunky.
taeric|2 years ago