|
|
|
|
|
by kodr
3366 days ago
|
|
Go doesn't really have a package manager (and that's a problem), it pulls the sources of the dependencies from github for example. There are multiple tools [1] to manage versioning, but Google only released recently (end of january) an official tool, still in beta. [1] https://github.com/golang/go/wiki/PackageManagementTools |
|