зеркало из https://github.com/golang/tools.git
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:
Родитель
0830cbddc9
Коммит
37c18cdcf3
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче