|
|
|
|
|
by cledet
3996 days ago
|
|
> It seems like if go were to add a simple file that maps package name to package URL with a decent support for different URL protocols you could build the same recursive dependency graph and depend on multiple versions of the same package and also different packages with the same name. I think you could easily build something like that on-top of 1.5's vendoring. |
|