很多修改

This commit is contained in:
刘河
2019-01-26 17:27:28 +08:00
parent c34e5e1a7d
commit 0b90bf3a18
22 changed files with 433 additions and 357 deletions

View File

@@ -240,6 +240,5 @@ func ReadAllFromFile(filePth string) ([]byte, error) {
if err != nil {
return nil, err
}
return ioutil.ReadAll(f)
}