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
e4d624b0
Commit
e4d624b0
authored
Jan 03, 2012
by
Olivier Duperray
Committed by
Andrew Gerrand
Jan 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/articles: add {{donotedit}} to templates
R=golang-dev, adg CC=golang-dev
https://golang.org/cl/5502088
parent
7f20bcbb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
doc/articles/defer_panic_recover.html
doc/articles/defer_panic_recover.html
+4
-0
doc/articles/defer_panic_recover.tmpl
doc/articles/defer_panic_recover.tmpl
+1
-1
doc/articles/error_handling.html
doc/articles/error_handling.html
+4
-0
doc/articles/error_handling.tmpl
doc/articles/error_handling.tmpl
+1
-1
No files found.
doc/articles/defer_panic_recover.html
View file @
e4d624b0
<!-- Defer, Panic, and Recover -->
<!--
DO NOT EDIT: created by
tmpltohtml articles/defer_panic_recover.tmpl
-->
<p>
Go has the usual mechanisms for control flow: if, for, switch, goto. It also
...
...
doc/articles/defer_panic_recover.tmpl
View file @
e4d624b0
<!-- Defer, Panic, and Recover -->
{{donotedit}}
<p>
Go has the usual mechanisms for control flow: if, for, switch, goto. It also
has the go statement to run code in a separate goroutine. Here I'd like to
...
...
doc/articles/error_handling.html
View file @
e4d624b0
<!-- Error Handling and Go -->
<!--
DO NOT EDIT: created by
tmpltohtml articles/error_handling.tmpl
-->
<p>
If you have written any Go code you have probably encountered the built-in
...
...
doc/articles/error_handling.tmpl
View file @
e4d624b0
<!-- Error Handling and Go -->
{{donotedit}}
<p>
If you have written any Go code you have probably encountered the built-in
<code>error</code> type. Go code uses <code>error</code> values to
...
...
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