Hi, all.

In my not painless transition from GOPATH to modules, I would like to
understand why import paths without a version are not equal to 'latest',
which is what happens in many other contexts: no version specified, use
latest. There is kind of a discontinuity now, where the namespace without
version is for 'latest v0' or 'latest v1', and the namespace with version
for v2 and up. Also, IIUC, we are forced to use a version in the import
path if a package has reached v2, forever until the end of time.

If this point has been raised earlier, as is probable, please kindly point
me to the relevant discussion.

Rolf.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAJf3Rj1Law3jmvf0PK7O7ktZSAjTBL5X62wLfLzV1V74v_02kg%40mail.gmail.com.

Reply via email to