[ja] apply patch]

This commit is contained in:
Shin Kojima
2014-09-21 21:30:16 +09:00
parent 59aef04c12
commit 8f0870079b

View File

@@ -113,7 +113,8 @@
fmt.Println("error opening file")
return err
}
defer fh.Close()
//iocopy
_, err = io.Copy(fileWriter, fh)
if err != nil {