godoc: add forgotten file from last CL to fix build
R=adg, franciscossouza, dave CC=golang-dev https://golang.org/cl/25650043
This commit is contained in:
parent
545b16b6db
commit
626e9341d5
|
|
@ -263,7 +263,7 @@ func main() {
|
|||
log.Fatal(err)
|
||||
}
|
||||
index, _ := corpus.CurrentIndex()
|
||||
err = index.Write(f)
|
||||
_, err = index.WriteTo(f)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue