Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
bf9b8f2c
Commit
bf9b8f2c
authored
Mar 24, 2010
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete panicln from the spec.
R=rsc, gri, iant, ken2 CC=golang-dev
https://golang.org/cl/738041
parent
60482f06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
go_spec.html
doc/go_spec.html
+1
-2
No files found.
doc/go_spec.html
View file @
bf9b8f2c
...
...
@@ -1547,7 +1547,7 @@ Zero value:
Functions:
cap close closed cmplx copy imag len make
new panic p
anicln p
rint 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment