Commit 40b7e814 authored by Andrew Gerrand's avatar Andrew Gerrand

godoc: update metadata in appinit.go

R=golang-dev, dsymonds, bradfitz
CC=golang-dev
https://golang.org/cl/5619050
parent 2b8d5be5
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment