Y
Hacker News
new
|
ask
|
show
|
jobs
by
dbaupp
3695 days ago
Oh, indeed. I must've got mixed up: it doesn't guarantee that builds will the same from machine to machine (unless you run go get at the exact same instant).
1 comments
dschiptsov
3695 days ago
So, in Golang there is no concept of package version?
For them different location (to import from) for an incompatible version is good-enough.
link
f2f
3695 days ago
go get is just a mechanism, not the tool. there are other tools build on top of go get that ensure proper versioning.
link
For them different location (to import from) for an incompatible version is good-enough.