Hacker News new | ask | show | jobs
by dschiptsov 3703 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.

1 comments

go get is just a mechanism, not the tool. there are other tools build on top of go get that ensure proper versioning.