зеркало из https://github.com/golang/tools.git
go.tools/cmd/godoc: fix typo
R=golang-dev CC=golang-dev https://golang.org/cl/12238043
This commit is contained in:
Родитель
37c18cdcf3
Коммит
8d55039560
|
@ -43,7 +43,7 @@ func init() {
|
|||
if err := corpus.Init(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
go corups.RunIndexer()
|
||||
go corpus.RunIndexer()
|
||||
|
||||
pres = godoc.NewPresentation(corpus)
|
||||
pres.TabWidth = 8
|
||||
|
|
Загрузка…
Ссылка в новой задаче