Merge commit '43c044b31bb933e8870211bc0d967b5e0a44b2d7' into ja

This commit is contained in:
Shin Kojima
2014-09-21 21:30:07 +09:00

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 {