diff --git a/doc/go1.14.html b/doc/go1.14.html index af08e8e580..549c3e008a 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -579,7 +579,7 @@ TODO -
go/doc
+
go/doc

The new @@ -683,7 +683,7 @@ TODO

-
net/http/httptest
+
net/http/httptest

The @@ -706,6 +706,18 @@ TODO

+
os/signal
+
+

+ On Windows, + the CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, + and CTRL_SHUTDOWN_EVENT events now generate + a syscall.SIGTERM signal, similar to how Control-C + and Control-Break generate a syscall.SIGINT signal. +

+ +
+
plugin

@@ -755,18 +767,6 @@ TODO

-
signal
-
-

- On Windows, - the CTRL_CLOSE_EVENT, CTRL_LOGOFF_EVENT, - and CTRL_SHUTDOWN_EVENT events now generate - a syscall.SIGTERM signal, similar to how Control-C - and Control-Break generate a syscall.SIGINT signal. -

- -
-
strconv