diff --git a/doc/go1.15.html b/doc/go1.15.html index 8872d7113884ca..e7b74560599758 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -433,6 +433,19 @@

Minor changes to the library

+
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