diff --git a/doc/go1.12.html b/doc/go1.12.html index 291c19ace2..4c2765021f 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -138,6 +138,17 @@ Go 1.13 will require macOS 10.11 El Capitan or later. that build fails.

+

+ When an import cannot be resolved using the active modules, + the go command will now try to use the modules mentioned in the + main module's replace directives before consulting the module + cache and the usual network sources. + If a matching replacement is found but the replace directive does + not specify a version, the go command uses a pseudo-version + derived from the zero time.Time (such + as v0.0.0-00010101000000-000000000000). +

+

Compiler toolchain