We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da54dfb commit d0c0dc6Copy full SHA for d0c0dc6
doc/go1.16.html
@@ -618,7 +618,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
618
<dl id="os"><dt><a href="/pkg/os/">os</a></dt>
619
<dd>
620
<p><!-- CL 242998 -->
621
- TODO: <a href="https://golang.org/cl/242998">https://golang.org/cl/242998</a>: export errFinished as ErrProcessDone
+ <a href="/pkg/os/#Process.Signal"><code>Process.Signal</code></a> now
622
+ returns <a href="/pkg/os/#ErrProcessDone"><code>ErrProcessDone</code></a>
623
+ instead of the unexported <code>errFinished</code> when the process has
624
+ already finished.
625
</p>
626
</dd>
627
</dl><!-- os -->
0 commit comments