diff --git a/doc/go1.7.html b/doc/go1.7.html index db249dd0531..a49ea833004 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -397,6 +397,11 @@ as required by the language specification.

+

+During panics, if a signal's name is known, it will be printed in the stack trace. +Otherwise, the signal's number will be used, as it was before Go1.7. +

+

The new function KeepAlive