From: Ian Lance Taylor Date: Wed, 2 Dec 2009 21:26:39 +0000 (-0800) Subject: Add copy to the list of predeclared functions. X-Git-Tag: weekly.2009-12-07~63 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ccd026486abdd5d0844aab26fd7644b184fcd350;p=gostls13.git Add copy to the list of predeclared functions. R=gri https://golang.org/cl/164081 --- diff --git a/doc/go_spec.html b/doc/go_spec.html index 0fd5053417..2f04de419d 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -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