We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3463852 commit e294b8aCopy full SHA for e294b8a
doc/go1.17.html
@@ -401,7 +401,7 @@ <h2 id="compiler">Compiler</h2>
401
402
<p><!-- golang.org/issue/40724 -->
403
Go 1.17 implements a new way of passing function arguments and results using
404
- registers instead of the stack. This work is enabled for Linux, MacOS, and
+ registers instead of the stack. This work is enabled for Linux, macOS, and
405
Windows on the 64-bit x86 architecture (the <code>linux/amd64</code>,
406
<code>darwin/amd64</code>, <code>windows/amd64</code> ports). For a
407
representative set of Go packages and programs, benchmarking has shown
0 commit comments