[ja] apply patch]

This commit is contained in:
Shin Kojima
2014-09-21 21:30:16 +09:00
parent a9a869b68d
commit efde2e1e7d

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 {