builtin: documentation for recover does not match that of panic #63669
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Recently
panic
has been change to better support panicking withnil
(aa51c40) and its documentation insrc/builtin/builtin.go
has been updated by adding:Sadly,
recover
documentation was not updated and it currently reads:See "or if the argument supplied to panic was nil" part. That is not true anymore by my understanding.
cc @rsc
The text was updated successfully, but these errors were encountered: