mirror of
https://github.com/golang/go
synced 2024-11-21 16:54:46 -07:00
doc/articles: add {{donotedit}} to templates
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5502088
This commit is contained in:
parent
7f20bcbbcb
commit
e4d624b04d
@ -1,4 +1,8 @@
|
||||
<!-- 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- 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
|
||||
|
@ -1,4 +1,8 @@
|
||||
<!-- 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
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- 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
|
||||
|
Loading…
Reference in New Issue
Block a user