Looking how actively golang packages grow and improve I wonder how the problem with package versions is solved?
I see that one way is to store third-party packages u
@tux answer is great, just wanted to add that you can use go get to update a specific package:
go get -u full_package_name