<h3 id="darwin">Darwin</h3>
<p>
- As <a href="go1.14#darwin">announced</a> in the Go 1.14 release notes,
- Go 1.15 now requires macOS 10.12 Sierra or later;
- support for previous versions has been discontinued.
+ As <a href="go1.14#darwin">announced</a> in the Go 1.14 release
+ notes, Go 1.15 requires macOS 10.12 Sierra or later; support for
+ previous versions has been discontinued.
</p>
<p> <!-- golang.org/issue/37610, golang.org/issue/37611, CL 227582, and CL 227198 -->
<h3 id="windows">Windows</h3>
<p> <!-- CL 214397 and CL 230217 -->
- Go 1.15 now generates Windows ASLR executables when <code>-buildmode=pie</code>
- cmd/link flag is provided. Go command uses <code>-buildmode=pie</code> by default
- on Windows.
+ 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 on Windows.
</p>
<p><!-- CL 227003 -->
</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>
- 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>