1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:10:09 -07:00

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

Change-Id: I7de85034d499a9f859ab37d56463073f5cb29b35
Reviewed-on: https://go-review.googlesource.com/14592
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Rob Pike 2015-09-15 09:12:31 -07:00
parent 173bf3487f
commit a1aafdbe28

View File

@ -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/)
text/template: ExecError (https://golang.org/cl/13957/)
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/)
time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)