mirror of
https://github.com/golang/go
synced 2024-11-21 23:04:39 -07:00
godoc: update metadata in appinit.go
R=golang-dev, dsymonds, bradfitz CC=golang-dev https://golang.org/cl/5619050
This commit is contained in:
parent
2b8d5be55f
commit
40b7e814e5
@ -56,6 +56,9 @@ func init() {
|
||||
// initialize directory trees for user-defined file systems (-path flag).
|
||||
initDirTrees()
|
||||
|
||||
// Immediately update metadata.
|
||||
updateMetadata()
|
||||
|
||||
// initialize search index
|
||||
if *indexEnabled {
|
||||
go indexer()
|
||||
|
Loading…
Reference in New Issue
Block a user