mirror of
https://github.com/golang/go
synced 2024-11-18 17:54:57 -07:00
5a5dc64a96
In command godoc, set IndexEnabled when the -write_index flag is set. Previously you would need to (unintuitively) set the -http flag to achieve this. In package godoc, set up the FS tree before loading the index, and then return before starting the index refresh loop. Previously the index would be loaded and then immediately refreshed, negating the benefits of the on-disk index. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/103370046 |
||
---|---|---|
.. | ||
benchcmp | ||
cover | ||
eg | ||
godex | ||
godoc | ||
goimports | ||
gotype | ||
html2article | ||
oracle | ||
present | ||
ssadump | ||
vet |