mirror of
https://github.com/golang/go
synced 2024-11-18 16:44:43 -07:00
go.tools/cmd/godoc: fix typo
R=golang-dev CC=golang-dev https://golang.org/cl/12238043
This commit is contained in:
parent
37c18cdcf3
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user