Commit a1aafdbe authored by Rob Pike's avatar Rob Pike

doc: go1.6.txt: template.Funcs checks names

Change-Id: I7de85034d499a9f859ab37d56463073f5cb29b35
Reviewed-on: https://go-review.googlesource.com/14592Reviewed-by: default avatarRob Pike <r@golang.org>
parent 173bf348
...@@ -12,4 +12,5 @@ fmt: allow any integer type as an argument to the * operator (https://golang.org ...@@ -12,4 +12,5 @@ fmt: allow any integer type as an argument to the * operator (https://golang.org
strconv: QuoteToGraphic (https://golang.org/cl/14184/) strconv: QuoteToGraphic (https://golang.org/cl/14184/)
text/template: ExecError (https://golang.org/cl/13957/) text/template: ExecError (https://golang.org/cl/13957/)
text/template: trimming spaces (https://golang.org/cl/14391/) text/template: trimming spaces (https://golang.org/cl/14391/)
time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/) text/template: Funcs check names (https://golang.org/cl/14562/)
\ No newline at end of file time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment