Skip to content

Commit

Permalink
doc: go1.6.txt: template.Funcs checks names
Browse files Browse the repository at this point in the history
Change-Id: I7de85034d499a9f859ab37d56463073f5cb29b35
Reviewed-on: https://go-review.googlesource.com/14592
Reviewed-by: Rob Pike <[email protected]>
  • Loading branch information
robpike committed Sep 15, 2015
1 parent 173bf34 commit a1aafdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/go1.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit a1aafdb

Please sign in to comment.