From: Andrew Gerrand Date: Tue, 27 Jul 2010 05:03:30 +0000 (+1000) Subject: spec: add recover to predeclared identifiers list X-Git-Tag: weekly.2010-07-29~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=88fc337fa2ae0f3de4616fac46d8e9fc7e22026d;p=gostls13.git spec: add recover to predeclared identifiers list R=gri CC=golang-dev https://golang.org/cl/1894043 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 13b3a90704..84ed9f4804 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1494,7 +1494,7 @@ Zero value: Functions: cap close closed cmplx copy imag len make - new panic print println real + new panic print println real recover