go.tools/cmd/godoc: start indexer in app engine mode

R=golang-dev
CC=golang-dev
https://golang.org/cl/12237044
This commit is contained in:
Andrew Gerrand 2013-08-01 17:37:20 +10:00
Родитель 0830cbddc9
Коммит 37c18cdcf3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,10 +40,10 @@ func init() {
corpus.Verbose = false
corpus.IndexEnabled = true
corpus.IndexFiles = indexFilenames
if err := corpus.Init(); err != nil {
log.Fatal(err)
}
go corups.RunIndexer()
pres = godoc.NewPresentation(corpus)
pres.TabWidth = 8