From: Jay Conrod Date: Wed, 29 Jan 2020 22:18:13 +0000 (-0500) Subject: doc/go1.14: edit "Go command" section, move zone CPU cap note X-Git-Tag: go1.14rc1~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=845a91dc491095e042020a60143e86eedc4cfd91;p=gostls13.git doc/go1.14: edit "Go command" section, move zone CPU cap note Minor edits to text on go command changes. Also, moved a note about runtime respecting zone CPU caps from Native Client section to Runtime section. Change-Id: Ic21e59d7ffecb4b5676a841e7f3743203a82d266 Reviewed-on: https://go-review.googlesource.com/c/go/+/216878 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.14.html b/doc/go1.14.html index b4f9fdf090..0d9b2b9e84 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -139,6 +139,8 @@ TODO Go 1.14 drops support for the Native Client platform (GOOS=nacl).

+

Illumos

+

The runtime now respects zone CPU caps (the zone.cpu-cap resource control) @@ -174,7 +176,8 @@ TODO go list -m no longer silently omits transitive dependencies that do not provide packages in the vendor directory. It now fails explicitly if - -mod=vendor is set. + -mod=vendor is set and information is requested for a module not + mentioned in vendor/modules.txt.

Flags

@@ -204,12 +207,13 @@ TODO

-modfile=file is a new flag that instructs the go - command to read (and possibly write) an alternate go.mod file instead of the - one in the module root directory. A file named "go.mod" must still be present - in order to determine the module root directory, but it is not - accessed. When -modfile is specified, an alternate go.sum file - is also used: its path is derived from the -modfile flag by - trimming the ".mod" extension and appending ".sum". + command to read (and possibly write) an alternate go.mod file + instead of the one in the module root directory. A file + named go.mod must still be present in order to determine the + module root directory, but it is not accessed. When -modfile is + specified, an alternate go.sum file is also used: its path is + derived from the -modfile flag by trimming the .mod + extension and appending .sum.

Environment variables

@@ -244,8 +248,7 @@ TODO

go get continues to work as before, as do go mod download and - go list -m with explicit version - patterns. + go list -m with explicit versions.

+incompatible versions

@@ -282,8 +285,8 @@ TODO

When -mod=readonly is set, go commands will no - longer fail due to a missing go directive or erroneous - // indirect comment. + longer fail due to a missing go directive or an erroneous + // indirect comment.

Module downloading