diff --git a/doc/go1.13.html b/doc/go1.13.html index f9a6c5b710..180fcc9499 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -169,6 +169,17 @@ Do not send CLs removing the interior tags from such phrases.
+ The GO111MODULE
+ environment variable continues to default to auto, but
+ the auto setting now activates the module-aware mode of
+ the go command whenever the current working directory contains,
+ or is below a directory containing, a go.mod file — even if the
+ current directory is within GOPATH/src. This change simplifies
+ the migration of existing code within GOPATH/src and the ongoing
+ maintenance of module-aware packages alongside non-module-aware importers.
+
The new
GOPRIVATE