From: Russ Cox Date: Fri, 28 Aug 2015 15:43:25 +0000 (-0400) Subject: doc: mention vendoring in go1.6.txt (forgot git add before) X-Git-Tag: go1.6beta1~1246 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=06b0f15e092ac8e7344f456875eb77d71fee93f8;p=gostls13.git 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 --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index d62d4e4b76..473e09dafc 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -1,3 +1,7 @@ +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/)