From 9d6e4b7e3acadf358eb5d809ec50a0c7cbe2365b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 10 Dec 2015 10:09:55 -0800 Subject: [PATCH] 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 --- doc/go1.6.txt | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.0