mirror of
https://github.com/golang/go
synced 2024-11-26 13:58:48 -07:00
doc/go1.15: include behavior updates to the context package
Fixes #40737 Change-Id: I8e2c1e1653d427af1ded6d61df1aa450e3c4d35c Reviewed-on: https://go-review.googlesource.com/c/go/+/248329 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
50f63a7ae4
commit
b2353174db
@ -436,6 +436,19 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
</dd>
|
</dd>
|
||||||
</dl><!-- bufio -->
|
</dl><!-- bufio -->
|
||||||
|
|
||||||
|
<dl id="context"><dt><a href="/pkg/context/">context</a></dt>
|
||||||
|
<dd>
|
||||||
|
<p><!-- CL 223777 -->
|
||||||
|
Creating a derived <code>Context</code> using a nil parent is now explicitly
|
||||||
|
disallowed. Any attempt to do so with the
|
||||||
|
<a href="/pkg/context/#WithValue"><code>WithValue</code></a>,
|
||||||
|
<a href="/pkg/context/#WithDeadline"><code>WithDeadline</code></a>, or
|
||||||
|
<a href="/pkg/context/#WithCancel"><code>WithCancel</code></a> functions
|
||||||
|
will cause a panic.
|
||||||
|
</p>
|
||||||
|
</dd>
|
||||||
|
</dl><!-- context -->
|
||||||
|
|
||||||
<dl id="crypto"><dt><a href="/pkg/crypto/">crypto</a></dt>
|
<dl id="crypto"><dt><a href="/pkg/crypto/">crypto</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 231417, CL 225460 -->
|
<p><!-- CL 231417, CL 225460 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user