|
|
|
|
|
by michael-go
3383 days ago
|
|
another problem with gopkg.in it uses only the major version number and you can't import a specific minor version.
what if version 2.5 works great but 2.6 breaks something for you? you can't use pkg.in until this issue is resolved in 2.7 ..
and most package authors don't want to bump the major version on every change .. |
|