mirror of
https://github.com/golang/go
synced 2024-11-23 08:20:05 -07:00
doc/go1.15: fix wording in a few places
Change-Id: I1dc6871bdab7f3048eacd6738fdcfa64b8700c8a Reviewed-on: https://go-review.googlesource.com/c/go/+/240998 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
dd150176c3
commit
87db6d90c9
@ -34,9 +34,9 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
<h3 id="darwin">Darwin</h3>
|
<h3 id="darwin">Darwin</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
As <a href="go1.14#darwin">announced</a> in the Go 1.14 release notes,
|
As <a href="go1.14#darwin">announced</a> in the Go 1.14 release
|
||||||
Go 1.15 now requires macOS 10.12 Sierra or later;
|
notes, Go 1.15 requires macOS 10.12 Sierra or later; support for
|
||||||
support for previous versions has been discontinued.
|
previous versions has been discontinued.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p> <!-- golang.org/issue/37610, golang.org/issue/37611, CL 227582, and CL 227198 -->
|
<p> <!-- golang.org/issue/37610, golang.org/issue/37611, CL 227582, and CL 227198 -->
|
||||||
@ -50,9 +50,9 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
<h3 id="windows">Windows</h3>
|
<h3 id="windows">Windows</h3>
|
||||||
|
|
||||||
<p> <!-- CL 214397 and CL 230217 -->
|
<p> <!-- CL 214397 and CL 230217 -->
|
||||||
Go 1.15 now generates Windows ASLR executables when <code>-buildmode=pie</code>
|
Go now generates Windows ASLR executables when <code>-buildmode=pie</code>
|
||||||
cmd/link flag is provided. Go command uses <code>-buildmode=pie</code> by default
|
cmd/link flag is provided. Go command uses <code>-buildmode=pie</code>
|
||||||
on Windows.
|
by default on Windows.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 227003 -->
|
<p><!-- CL 227003 -->
|
||||||
@ -177,7 +177,8 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This new vet check is enabled by default when using <code>go test</code>.
|
This new vet check is enabled by default when
|
||||||
|
using <code>go</code> <code>test</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -205,7 +206,8 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This new vet check is enabled by default when using <code>go test</code>.
|
This new vet check is enabled by default when
|
||||||
|
using <code>go</code> <code>test</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user