diff --git a/doc/go1.11.html b/doc/go1.11.html index 3be9c40fc2..0266efa386 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -815,12 +815,6 @@ for k := range m { {{"{{"}} end {{"}}"}} v: {{"{{"}} $v {{"}}"}} {{"{{"}}/* "changed" */{{"}}"}} -

- This required backwards-incompatible changes to the text/template/parse - package, but was deemed acceptable since the package's documentation clearly states - that it isn't intended for general use. -

-

In previous versions untyped nil values passed to template functions were ignored. They are now passed as normal