]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: go doc searches in breadth-first order
authorRob Pike <r@golang.org>
Thu, 10 Dec 2015 18:09:55 +0000 (10:09 -0800)
committerRob Pike <r@golang.org>
Thu, 10 Dec 2015 18:10:32 +0000 (18:10 +0000)
Change-Id: I12a43b15e81a5e0b174c1c49e77f8307c567233b
Reviewed-on: https://go-review.googlesource.com/17697
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index fb141cecf957c196be69e0f9283e479def10728c..e989604467fd4c78db2e135c834e902d586c4c34 100644 (file)
@@ -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)