Merge commit '43c044b31bb933e8870211bc0d967b5e0a44b2d7' into ja

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

View File

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