1
0
mirror of https://github.com/golang/go synced 2024-11-18 03:44:46 -07:00
go/doc/go1.6.txt

15 lines
552 B
Plaintext
Raw Normal View History

Tools:
cmd/go: vendoring enabled by default (https://golang.org/cl/13967/)
Ports:
NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
API additions and behavior changes:
fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
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/)