Skip to content

Commit ba79c1e

Browse files
committed
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 <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Run-TryBot: Carlos Amedee <[email protected]>
1 parent 3b7e376 commit ba79c1e

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

doc/go1.18.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3 id="go-command">Go command</h3>
115115
</p>
116116

117117
<p><!-- CL 349595 -->
118-
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
118+
TODO: <a href="https://golang.org/cl/349595">https://golang.org/cl/349595</a>: cmd/go: add GOAMD64 environment variable
119119
</p>
120120

121121
<h3 id="gofmt"><code>gofmt</code></h3>
@@ -135,17 +135,17 @@ <h2 id="runtime">Runtime</h2>
135135
<h2 id="compiler">Compiler</h2>
136136

137137
<p><!-- CL 298611 -->
138-
TODO: <a href="https://golang.org/cl/298611">https://golang.org/cl/298611</a>: https://golang.org/cl/298611: cmd/compile: add -asan option
138+
TODO: <a href="https://golang.org/cl/298611">https://golang.org/cl/298611</a>: cmd/compile: add -asan option
139139
</p>
140140

141141
<p><!-- CL 352057 -->
142-
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
142+
TODO: <a href="https://golang.org/cl/352057">https://golang.org/cl/352057</a>: cmd/compile, runtime: track argument stack slot liveness
143143
</p>
144144

145145
<h2 id="linker">Linker</h2>
146146

147147
<p><!-- CL 298610 -->
148-
TODO: <a href="https://golang.org/cl/298610">https://golang.org/cl/298610</a>: https://golang.org/cl/298610: cmd/link: add -asan option
148+
TODO: <a href="https://golang.org/cl/298610">https://golang.org/cl/298610</a>: cmd/link: add -asan option
149149
</p>
150150

151151
<h2 id="library">Core library</h2>
@@ -209,6 +209,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
209209
</dd>
210210
</dl><!-- bufio -->
211211

212+
<dl id="bytes"><dt><a href="/pkg/bytes/">bytes</a></dt>
213+
<dd>
214+
<p><!-- CL 332771 -->
215+
TODO: <a href="https://golang.org/cl/332771">https://golang.org/cl/332771</a>: avoid allocations in Trim/TrimLeft/TrimRight
216+
</p>
217+
</dd>
218+
</dl><!-- bytes -->
219+
212220
<dl id="crypto/tls"><dt><a href="/pkg/crypto/tls/">crypto/tls</a></dt>
213221
<dd>
214222
<p><!-- CL 325250 -->
@@ -330,16 +338,12 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
330338
<p><!-- CL 345849 -->
331339
TODO: <a href="https://golang.org/cl/345849">https://golang.org/cl/345849</a>: add Clone function
332340
</p>
333-
</dd>
334-
</dl><!-- strings -->
335341

336-
<dl id="strings,bytes"><dt><a href="/pkg/strings,bytes/">strings,bytes</a></dt>
337-
<dd>
338342
<p><!-- CL 332771 -->
339343
TODO: <a href="https://golang.org/cl/332771">https://golang.org/cl/332771</a>: avoid allocations in Trim/TrimLeft/TrimRight
340344
</p>
341345
</dd>
342-
</dl><!-- strings,bytes -->
346+
</dl><!-- strings -->
343347

344348
<dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
345349
<dd>

0 commit comments

Comments
 (0)