From f52e20582a30c1a52d192f331e19c277aa1cd98f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 1 Dec 2016 16:25:07 -0800 Subject: [PATCH] doc: CL 32796 was reverted, so remove it from go1.8.html Reversion CL was 33770. Change-Id: I119f26796bb2b66d302e132dd118847ac3bd6633 Reviewed-on: https://go-review.googlesource.com/33807 Reviewed-by: Ian Lance Taylor --- doc/go1.8.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index c05e70a586..244e8cc8ca 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -1469,19 +1469,6 @@ crypto/x509: return error for missing SerialNumber (CL 27238) -
os/signal
-
-

- In a Go library built with -buildmode=c-archive - or c-shared, when C code calls a Go function, - the SIGPIPE signal will be treated as usual for Go code. - In particular, when SIGPIPE is triggered by a write - to a closed Go network connection, it will not cause the program - to exit. -

-
-
-
path/filepath

-- 2.50.0