From: Tobias Klauser Date: Thu, 3 Dec 2020 10:07:27 +0000 (+0100) Subject: doc/go1.16: document os package changes X-Git-Tag: go1.16beta1~107 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d0c0dc682c;p=gostls13.git doc/go1.16: document os package changes For #39444 For #40700 Fixes #42908 Change-Id: Idae35adecd79e9d7d207f9d78cb009a980e5c8a9 Reviewed-on: https://go-review.googlesource.com/c/go/+/274477 Trust: Tobias Klauser Reviewed-by: Russ Cox --- 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.