1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:30:12 -06:00
go/doc/go1.6.txt
Russ Cox 06b0f15e09 doc: mention vendoring in go1.6.txt (forgot git add before)
Change-Id: I34eff138c61e5ad456a4918c402ca0e8333601a0
Reviewed-on: https://go-review.googlesource.com/13978
Reviewed-by: Russ Cox <rsc@golang.org>
2015-08-28 15:44:28 +00:00

12 lines
252 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:
text/template: ExecError (https://golang.org/cl/13957/)