mirror of
https://github.com/golang/go
synced 2024-11-23 07:20:06 -07:00
doc/go1.13: fix typo
Change-Id: I99e76c0c12050289be5b353595eb21fbabe7c01e Reviewed-on: https://go-review.googlesource.com/c/go/+/184597 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
54c6b814ac
commit
e2fdce9f16
@ -341,7 +341,7 @@ go env -w GOSUMDB=off
|
|||||||
<p id="go-env-w"><!-- CL 171137 -->
|
<p id="go-env-w"><!-- CL 171137 -->
|
||||||
The <a href="/cmd/go/#hdr-Environment_variables"><code>go</code> <code>env</code></a>
|
The <a href="/cmd/go/#hdr-Environment_variables"><code>go</code> <code>env</code></a>
|
||||||
command now accepts a <code>-w</code> flag to set the per-user default value
|
command now accepts a <code>-w</code> flag to set the per-user default value
|
||||||
of an enviroment variable recognized by the
|
of an environment variable recognized by the
|
||||||
<code>go</code> command, and a corresponding <code>-u</code> flag to unset a
|
<code>go</code> command, and a corresponding <code>-u</code> flag to unset a
|
||||||
previously-set default. Defaults set via
|
previously-set default. Defaults set via
|
||||||
<code>go</code> <code>env</code> <code>-w</code> are stored in the
|
<code>go</code> <code>env</code> <code>-w</code> are stored in the
|
||||||
|
Loading…
Reference in New Issue
Block a user