Skip to content

Commit f3582de

Browse files
mvdanandybons
authored andcommitted
doc: remove paragraph about text/template/parse
The backwards incompatible changes were undone in CL 120355, while still preserving the additions needed for assignments in templates to work. Change-Id: Ie76a798916ef36509c88e171a04bb2cf2a3d7e8e Reviewed-on: https://go-review.googlesource.com/124917 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 2fe2aa0 commit f3582de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/go1.11.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -815,12 +815,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
815815
{{"{{"}} end {{"}}"}}
816816
v: {{"{{"}} $v {{"}}"}} {{"{{"}}/* "changed" */{{"}}"}}</pre>
817817

818-
<p>
819-
This required backwards-incompatible changes to the <code>text/template/parse</code>
820-
package, but was deemed acceptable since the package's documentation clearly states
821-
that it isn't intended for general use.
822-
</p>
823-
824818
<p><!-- CL 95215 -->
825819
In previous versions untyped <code>nil</code> values passed to
826820
template functions were ignored. They are now passed as normal

0 commit comments

Comments
 (0)