]> Cypherpunks repositories - gostls13.git/commitdiff
doc/articles: add {{donotedit}} to templates
authorOlivier Duperray <duperray.olivier@gmail.com>
Tue, 3 Jan 2012 00:40:58 +0000 (11:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 3 Jan 2012 00:40:58 +0000 (11:40 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5502088

doc/articles/defer_panic_recover.html
doc/articles/defer_panic_recover.tmpl
doc/articles/error_handling.html
doc/articles/error_handling.tmpl

index 06f7685d48a85d7518bf56455af62992eeb2a3fc..86144fdc2c905e4a6af5f5a28a3059b9709d0cf4 100644 (file)
@@ -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
index 90c2b95c094fabdcb541d0d588d3aa3af3bcdb11..780040a7d86845b41065dbb1f59ac8cd339bc2f2 100644 (file)
@@ -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
index 1a693241071f0d8658d9083fbb8d81eb7f0b74b6..2b9e84c3cd4bc64edc5b23a85684823e96e590ea 100644 (file)
@@ -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
index 75800ae21afbea78d0ca52828dda5a522f32edbe..508885a8fdc788df3dc51971fd673dad81ec150d 100644 (file)
@@ -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