From: Bryan C. Mills Date: Mon, 24 Jun 2019 22:03:57 +0000 (-0400) Subject: doc/go1.13: describe 'go env -w' X-Git-Tag: go1.13beta1~10 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=816ce1a23aa42ecc44edc0f19e656556fc2d09d2;p=gostls13.git doc/go1.13: describe 'go env -w' Change-Id: I0c8c30b40a33763dc34f15d144346eb1a0997df2 Reviewed-on: https://go-review.googlesource.com/c/go/+/183631 Reviewed-by: Jay Conrod --- 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.

Go command

+

+ 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 -

-

Compiler toolchain