]> Cypherpunks repositories - gostls13.git/commitdiff
spec: add recover to predeclared identifiers list
authorAndrew Gerrand <adg@golang.org>
Tue, 27 Jul 2010 05:03:30 +0000 (15:03 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 27 Jul 2010 05:03:30 +0000 (15:03 +1000)
R=gri
CC=golang-dev
https://golang.org/cl/1894043

doc/go_spec.html

index 13b3a90704d3b485a2949b4f74ba8f067a904137..84ed9f48042dd7d876e8666ef3682ffcf81084ee 100644 (file)
@@ -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
 </pre>