These functions in modfetch are used to handle pseudo-versions in the Go command. They're not tied to anything else in the go command and could be moved out into x/mod/module without much trouble.
For golang/go#44969
Change-Id: Ie094d59140764b7f1cffb879d99a13da23a977da
Reviewed-on: https://go-review.googlesource.com/c/mod/+/304150
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
For golang/go#44969
Change-Id: I148a18b676061cd8ea481c3f5130d0792c0b5233
Reviewed-on: https://go-review.googlesource.com/c/mod/+/304151
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
These functions in
modfetch
are used to handle pseudo-versions in the Go command. They're not tied to anything else in thego
command and could be moved out intox/mod/module
without much trouble.We could move
SortVersions
, too, while we're at it.The text was updated successfully, but these errors were encountered: