]> Cypherpunks repositories - gostls13.git/commitdiff
Delete panicln from the spec.
authorRob Pike <r@golang.org>
Wed, 24 Mar 2010 22:17:00 +0000 (15:17 -0700)
committerRob Pike <r@golang.org>
Wed, 24 Mar 2010 22:17:00 +0000 (15:17 -0700)
R=rsc, gri, iant, ken2
CC=golang-dev
https://golang.org/cl/738041

doc/go_spec.html

index 89fbcb73ae41a41a18c740b2b5f50c454e3ae69b..828afd8dc5221f95bbcba694b5d57239c2249155 100644 (file)
@@ -1547,7 +1547,7 @@ Zero value:
 
 Functions:
        cap close closed cmplx copy imag len make
-       new panic panicln print println real
+       new panic print println real
 </pre>
 
 
@@ -4525,7 +4525,6 @@ Function   Behavior
 print      prints all arguments; formatting of arguments is implementation-specific
 println    like print but prints spaces between arguments and a newline at the end
 panic      like print, aborts execution after printing
-panicln    like println, aborts execution after printing
 </pre>