From: Ian Lance Taylor Date: Fri, 3 Jun 2016 17:09:08 +0000 (-0700) Subject: doc/go1.7.html: add missing and X-Git-Tag: go1.7beta2~57 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b4c7f6280ed00316e410261adbc804f6ddd209cc;p=gostls13.git doc/go1.7.html: add missing and Change-Id: I5f4bf89345dc139063dcf34da653e914386bcde6 Reviewed-on: https://go-review.googlesource.com/23735 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 2a3c3c95d2..e07933c885 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -401,7 +401,8 @@ See the package document

All panics started by the runtime now use panic values -that implement both the builtin error, +that implement both the +builtin error, and runtime.Error, as