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
bd4e49f5
Commit
bd4e49f5
authored
Feb 02, 2011
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Effective Go: fix typo
Fixes #1467. R=r, r2 CC=golang-dev
https://golang.org/cl/3981054
parent
7c189a84
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
effective_go.html
doc/effective_go.html
+1
-1
No files found.
doc/effective_go.html
View file @
bd4e49f5
...
@@ -2705,7 +2705,7 @@ func init() {
...
@@ -2705,7 +2705,7 @@ func init() {
<p>
<p>
When
<code>
panic
</code>
is called, including implicitly for run-time
When
<code>
panic
</code>
is called, including implicitly for run-time
errors such indexing an array out of bounds or failing a type
errors such
as
indexing an array out of bounds or failing a type
assertion, it immediately stops execution of the current function
assertion, it immediately stops execution of the current function
and begins unwinding the stack of the goroutine, running any deferred
and begins unwinding the stack of the goroutine, running any deferred
functions along the way. If that unwinding reaches the top of the
functions along the way. If that unwinding reaches the top of the
...
...
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