]> Cypherpunks repositories - gostls13.git/commitdiff
Add copy to the list of predeclared functions.
authorIan Lance Taylor <iant@golang.org>
Wed, 2 Dec 2009 21:26:39 +0000 (13:26 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 2 Dec 2009 21:26:39 +0000 (13:26 -0800)
R=gri
https://golang.org/cl/164081

doc/go_spec.html

index 0fd5053417248a0fbea5754ebad2596239cd8819..2f04de419d8b4f28cad527b1348cd994de94ef44 100644 (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>