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