mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00:00
doc/go1.18: split bytes and strings packages
A small touchup after CL 361894. For #47694. Change-Id: Ifc161516f897f727195d21351a3c8eda7b6e327e Reviewed-on: https://go-review.googlesource.com/c/go/+/361895 Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Run-TryBot: Carlos Amedee <carlos@golang.org>
This commit is contained in:
parent
3b7e376df8
commit
ba79c1e241
1 changed files with 13 additions and 9 deletions
|
@ -115,7 +115,7 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 349595 -->
|
<p><!-- CL 349595 -->
|
||||||
TODO: <a href="https://golang.org/cl/349595">https://golang.org/cl/349595</a>: https://golang.org/cl/349595: cmd/go: add GOAMD64 environment variable
|
TODO: <a href="https://golang.org/cl/349595">https://golang.org/cl/349595</a>: cmd/go: add GOAMD64 environment variable
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="gofmt"><code>gofmt</code></h3>
|
<h3 id="gofmt"><code>gofmt</code></h3>
|
||||||
|
@ -135,17 +135,17 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
<h2 id="compiler">Compiler</h2>
|
<h2 id="compiler">Compiler</h2>
|
||||||
|
|
||||||
<p><!-- CL 298611 -->
|
<p><!-- CL 298611 -->
|
||||||
TODO: <a href="https://golang.org/cl/298611">https://golang.org/cl/298611</a>: https://golang.org/cl/298611: cmd/compile: add -asan option
|
TODO: <a href="https://golang.org/cl/298611">https://golang.org/cl/298611</a>: cmd/compile: add -asan option
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 352057 -->
|
<p><!-- CL 352057 -->
|
||||||
TODO: <a href="https://golang.org/cl/352057">https://golang.org/cl/352057</a>: https://golang.org/cl/352057: cmd/compile, runtime: track argument stack slot liveness
|
TODO: <a href="https://golang.org/cl/352057">https://golang.org/cl/352057</a>: cmd/compile, runtime: track argument stack slot liveness
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="linker">Linker</h2>
|
<h2 id="linker">Linker</h2>
|
||||||
|
|
||||||
<p><!-- CL 298610 -->
|
<p><!-- CL 298610 -->
|
||||||
TODO: <a href="https://golang.org/cl/298610">https://golang.org/cl/298610</a>: https://golang.org/cl/298610: cmd/link: add -asan option
|
TODO: <a href="https://golang.org/cl/298610">https://golang.org/cl/298610</a>: cmd/link: add -asan option
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 id="library">Core library</h2>
|
<h2 id="library">Core library</h2>
|
||||||
|
@ -209,6 +209,14 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- bufio -->
|
</dl><!-- bufio -->
|
||||||
|
|
||||||
|
<dl id="bytes"><dt><a href="/pkg/bytes/">bytes</a></dt>
|
||||||
|
<dd>
|
||||||
|
<p><!-- CL 332771 -->
|
||||||
|
TODO: <a href="https://golang.org/cl/332771">https://golang.org/cl/332771</a>: avoid allocations in Trim/TrimLeft/TrimRight
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
</dl><!-- bytes -->
|
||||||
|
|
||||||
<dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
|
<dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 325250 -->
|
<p><!-- CL 325250 -->
|
||||||
|
@ -330,16 +338,12 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
<p><!-- CL 345849 -->
|
<p><!-- CL 345849 -->
|
||||||
TODO: <a href="https://golang.org/cl/345849">https://golang.org/cl/345849</a>: add Clone function
|
TODO: <a href="https://golang.org/cl/345849">https://golang.org/cl/345849</a>: add Clone function
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
|
||||||
</dl><!-- strings -->
|
|
||||||
|
|
||||||
<dl id="strings,bytes"><dt><a href="/pkg/strings,bytes/">strings,bytes</a></dt>
|
|
||||||
<dd>
|
|
||||||
<p><!-- CL 332771 -->
|
<p><!-- CL 332771 -->
|
||||||
TODO: <a href="https://golang.org/cl/332771">https://golang.org/cl/332771</a>: avoid allocations in Trim/TrimLeft/TrimRight
|
TODO: <a href="https://golang.org/cl/332771">https://golang.org/cl/332771</a>: avoid allocations in Trim/TrimLeft/TrimRight
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- strings,bytes -->
|
</dl><!-- strings -->
|
||||||
|
|
||||||
<dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
|
<dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
|
Loading…
Reference in a new issue