We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48838c3 commit f26f227Copy full SHA for f26f227
doc/go1.16.html
@@ -405,7 +405,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
405
</p>
406
407
<p><!-- CL 246637 -->
408
- TODO: <a href="https://golang.org/cl/246637">https://golang.org/cl/246637</a>: make config.Clone return nil if the source is nil
+ <a href="/pkg/crypto/tls/#Config.Clone"><code>Config.Clone</code></a> now returns
409
+ a nil <code>*Config</code> if the source is nil, rather than panicking.
410
411
</dd>
412
</dl><!-- crypto/tls -->
0 commit comments