Skip to content

Commit 805312a

Browse files
committed
doc: update 1.12 with latest relnote output
Change-Id: Iac0e6671902404a149dd382af37a2be002b1e50f Reviewed-on: https://go-review.googlesource.com/c/152518 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 7114e99 commit 805312a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/go1.12.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
151151
<!-- CL 141977: https://golang.org/cl/141977: cmd/doc: add -all flag to print all documentation for package -->
152152
<!-- CL 126656: https://golang.org/cl/126656: cmd/go: add $GOFLAGS environment variable -->
153153
<!-- CL 147282: https://golang.org/cl/147282: cmd/go: add go mod edit -go flag -->
154+
<!-- CL 148517: https://golang.org/cl/148517: cmd/go: enable module mode without a main module when GO111MODULE=on -->
154155
<!-- CL 146898: https://golang.org/cl/146898: cmd/link, runtime: add initial cgo support for ppc64 -->
155156
<!-- CL 60790: https://golang.org/cl/60790: The trace tool now supports plotting mutator utilization curves, including cross-references to the execution trace. These are useful for analyzing the impact of the garbage collector on application latency and throughput.: cmd/trace: add minimum mutator utilization (MMU) plot -->
156157
<!-- CL 115677: https://golang.org/cl/115677: cmd/vet: check embedded field tags too -->
@@ -344,6 +345,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
344345
TODO: <a href="https://golang.org/cl/146659">https://golang.org/cl/146659</a>: enable RFC 6555 Fast Fallback by default
345346
</p>
346347

348+
<p><!-- CL 107196 -->
349+
TODO: <a href="https://golang.org/cl/107196">https://golang.org/cl/107196</a>: enable TCP keepalives by default
350+
</p>
351+
347352
</dl><!-- net -->
348353

349354
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
@@ -356,6 +361,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
356361
TODO: <a href="https://golang.org/cl/145398">https://golang.org/cl/145398</a>: in Transport, don&#39;t error on non-chunked response with Trailer header
357362
</p>
358363

364+
<p><!-- CL 152080 -->
365+
TODO: <a href="https://golang.org/cl/152080">https://golang.org/cl/152080</a>: update bundled x/net/http2
366+
</p>
367+
359368
</dl><!-- net/http -->
360369

361370
<dl id="net/http/httputil"><dt><a href="/pkg/net/http/httputil/">net/http/httputil</a></dt>

0 commit comments

Comments
 (0)