1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

Add copy to the list of predeclared functions.

R=gri
https://golang.org/cl/164081
This commit is contained in:
Ian Lance Taylor 2009-12-02 13:26:39 -08:00
parent 0aa13c999b
commit ccd026486a

View File

@ -1418,7 +1418,7 @@ Zero value:
nil
Functions:
cap close closed len make new panic panicln print println
cap close closed copy len make new panic panicln print println
</pre>