diff --git a/doc/go1.13.html b/doc/go1.13.html index 54dc76542d..d48bf72c96 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -279,6 +279,17 @@ Do not send CLs removing the interior tags from such phrases.
+ The go env
+ command now accepts a -w flag to set the per-user default value
+ of an enviroment variable recognized by the
+ go command, and a corresponding -u flag to unset a
+ previously-set default. Defaults set via
+ go env -w are stored in the
+ go/env file within
+ os.UserConfigDir().
+
The new go
build flag -trimpath removes all file system paths
@@ -298,10 +309,6 @@ Do not send CLs removing the interior tags from such phrases.
files may be searched for directives but ignored during build.
- TODO -
-