mirror of
https://github.com/golang/go
synced 2024-11-11 22:50:22 -07:00
Delete panicln from the spec.
R=rsc, gri, iant, ken2 CC=golang-dev https://golang.org/cl/738041
This commit is contained in:
parent
60482f06d0
commit
bf9b8f2c17
@ -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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user