Commit bf9b8f2c authored by Rob Pike's avatar Rob Pike

Delete panicln from the spec.

R=rsc, gri, iant, ken2
CC=golang-dev
https://golang.org/cl/738041
parent 60482f06
...@@ -1547,7 +1547,7 @@ Zero value: ...@@ -1547,7 +1547,7 @@ Zero value:
Functions: Functions:
cap close closed cmplx copy imag len make cap close closed cmplx copy imag len make
new panic panicln print println real new panic print println real
</pre> </pre>
...@@ -4525,7 +4525,6 @@ Function Behavior ...@@ -4525,7 +4525,6 @@ Function Behavior
print prints all arguments; formatting of arguments is implementation-specific print prints all arguments; formatting of arguments is implementation-specific
println like print but prints spaces between arguments and a newline at the end println like print but prints spaces between arguments and a newline at the end
panic like print, aborts execution after printing panic like print, aborts execution after printing
panicln like println, aborts execution after printing
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment