From 816ce1a23aa42ecc44edc0f19e656556fc2d09d2 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Mon, 24 Jun 2019 18:03:57 -0400 Subject: [PATCH] doc/go1.13: describe 'go env -w' Change-Id: I0c8c30b40a33763dc34f15d144346eb1a0997df2 Reviewed-on: https://go-review.googlesource.com/c/go/+/183631 Reviewed-by: Jay Conrod --- doc/go1.13.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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