diff --git a/doc/go1.16.html b/doc/go1.16.html index f8b2c3f371..6618240ed1 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -618,7 +618,10 @@ Do not send CLs removing the interior tags from such phrases.
os

- TODO: https://golang.org/cl/242998: export errFinished as ErrProcessDone + Process.Signal now + returns ErrProcessDone + instead of the unexported errFinished when the process has + already finished.