1
0
mirror of https://github.com/golang/go synced 2024-11-24 15:00:14 -07:00

spec: add recover to predeclared identifiers list

R=gri
CC=golang-dev
https://golang.org/cl/1894043
This commit is contained in:
Andrew Gerrand 2010-07-27 15:03:30 +10:00
parent fc5a835b2e
commit 88fc337fa2

View 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>