diff --git a/doc/go1.15.html b/doc/go1.15.html index 3a12ecfa11a..c691bf3bd5b 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -436,6 +436,19 @@ Do not send CLs removing the interior tags from such phrases. +
context
+
+

+ Creating a derived Context using a nil parent is now explicitly + disallowed. Any attempt to do so with the + WithValue, + WithDeadline, or + WithCancel functions + will cause a panic. +

+
+
+
crypto