We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4a52c commit ae3bfbaCopy full SHA for ae3bfba
doc/go1.16.html
@@ -699,8 +699,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
699
700
<dl id="text/template"><dt><a href="/pkg/text/template/">text/template</a></dt>
701
<dd>
702
- <p><!-- CL 254257 -->
703
- TODO: <a href="https://golang.org/cl/254257">https://golang.org/cl/254257</a>: allow newlines inside action delimiters
+ <p><!-- CL 254257, golang.org/issue/29770 -->
+ Newlines characters are now allowed inside action delimiters,
704
+ permitting actions to span multiple lines.
705
</p>
706
</dd>
707
</dl><!-- text/template -->
0 commit comments