From: Ian Lance Taylor Date: Fri, 2 Dec 2016 00:25:07 +0000 (-0800) Subject: doc: CL 32796 was reverted, so remove it from go1.8.html X-Git-Tag: go1.8beta2~109 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f52e20582a30c1a52d192f331e19c277aa1cd98f;p=gostls13.git 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 --- 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