1
0
mirror of https://github.com/golang/go synced 2024-09-24 21:10:12 -06:00

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 <r@golang.org>
This commit is contained in:
Rob Pike 2015-12-10 10:09:55 -08:00
parent 2aa5874490
commit 9d6e4b7e3a

View 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)