Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
e6b1d424
Commit
e6b1d424
authored
Apr 05, 2011
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spec: add parens missing from "protect" example.
Fixes #1665. R=gri CC=golang-dev
https://golang.org/cl/4351051
parent
de3aac60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/go_spec.html
doc/go_spec.html
+2
-2
No files found.
doc/go_spec.html
View file @
e6b1d424
<!-- title The Go Programming Language Specification -->
<!-- subtitle Version of
March 28
, 2011 -->
<!-- subtitle Version of
Apr 5
, 2011 -->
<!--
TODO
...
...
@@ -4695,7 +4695,7 @@ func protect(g func()) {
if x := recover(); x != nil {
log.Printf("run time panic: %v", x)
}
}
}
()
log.Println("start")
g()
}
...
...
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