From: Rob Pike Date: Thu, 10 Dec 2015 18:09:55 +0000 (-0800) Subject: doc: go1.6.txt: go doc searches in breadth-first order X-Git-Tag: go1.6beta1~128 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9d6e4b7e3acadf358eb5d809ec50a0c7cbe2365b;p=gostls13.git doc: go1.6.txt: go doc searches in breadth-first order Change-Id: I12a43b15e81a5e0b174c1c49e77f8307c567233b Reviewed-on: https://go-review.googlesource.com/17697 Reviewed-by: Rob Pike --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index fb141cecf9..e989604467 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -1,6 +1,7 @@ Tools: cmd/dist: use clang on FreeBSD (https://golang.org/cl/16635) +cmd/doc: search packages in breadth-first order (https://golang.org/cl/17691) cmd/go: vendoring enabled by default (https://golang.org/cl/13967/) cmd/go: flags for tests must precede package name if present; also makes it easier to pass flags to test binaries (https://golang.org/cl/14826) cmd/go: add -msan option (https://golang.org/cl/16169)