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:
Brad Fitzpatrick 2013-11-12 15:46:25 -08:00
parent 545b16b6db
commit 626e9341d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}