diff --git a/doc/go1.16.html b/doc/go1.16.html index ffdbc97c62b..2132cbc9c1d 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -405,7 +405,8 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://golang.org/cl/246637: make config.Clone return nil if the source is nil
+ Config.Clone now returns
+ a nil *Config if the source is nil, rather than panicking.