1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:24: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:
Andrew Gerrand 2012-02-02 15:18:33 +11:00
parent 2b8d5be55f
commit 40b7e814e5

View File

@ -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()