1
0
mirror of https://github.com/golang/go synced 2024-11-18 00:14:47 -07:00
go/doc/go1.6.txt
Rob Pike 1fbff65133 doc: go1.6.txt: text/template and space trimming
Change-Id: I33c0425361c98b175d8d87e0f7e44946bfb3e3fa
Reviewed-on: https://go-review.googlesource.com/14440
Reviewed-by: Rob Pike <r@golang.org>
2015-09-09 18:02:23 +00:00

14 lines
369 B
Plaintext

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:
strconv: QuoteToGraphic (https://golang.org/cl/14184/)
text/template: ExecError (https://golang.org/cl/13957/)
text/template: trimming spaces (https://golang.org/cl/14391/)