From 6a027cdb7517c47b884f57d748898dfc1b6cb675 Mon Sep 17 00:00:00 2001 From: Toshihiro Shiino Date: Tue, 4 Feb 2020 12:23:03 +0000 Subject: [PATCH] doc/go1.14: fix broken links Fix broken links with missing /pkg and fix os/signal import path. Change-Id: I4bf74c9f6e9b0e5fa96ca4d35c4ce404e07583b2 Reviewed-on: https://go-review.googlesource.com/c/go/+/217697 Reviewed-by: Dmitri Shuralyov --- doc/go1.14.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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

-- 2.50.0