From d0c0dc682c1fb15241d84df11715e706a5bc0da7 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 3 Dec 2020 11:07:27 +0100 Subject: [PATCH] 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 --- doc/go1.16.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.

-- 2.48.1