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 under a project folder.
But what if I install it with go get
?
转载于:https://stackoverflow.com/questions/10383498/how-does-go-update-third-party-packages