]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.12: mention change in text/template user function panic
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Jan 2019 02:42:37 +0000 (18:42 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 Jan 2019 14:52:45 +0000 (14:52 +0000)
Updates #28242

Change-Id: Ib717b64f1f368cc889895a2437ff2943ed4eab0d
Reviewed-on: https://go-review.googlesource.com/c/159998
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
doc/go1.12.html

index fd1f1a1f4c6871c108dd69e0abf3f2112ed33ae8..2591218eda82ba5ed2a194f5533861a28bb5d10a 100644 (file)
@@ -882,6 +882,12 @@ for {
       <code>executing "tmpl" at <.very.deep.context.value.notpresent>: map has no entry for key "notpresent"</code>
     </p>
 
+  <dd>
+    <p><!-- CL 143097 -->
+      If a user-defined function called by a template panics, the
+      panic is now caught and returned as an error by
+      the <code>Execute</code> or <code>ExecuteTemplate</code> method.
+    </p>
 </dl><!-- text/template -->
 
 <dl id="unsafe"><dt><a href="/pkg/unsafe/">unsafe</a></dt>