mirror of
https://github.com/ap-pauloafonso/ratio-spoof.git
synced 2026-01-11 20:10:22 +00:00
f close
This commit is contained in:
parent
f05c12bb19
commit
5a461e3564
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ func extractClient(code string) (*ClientInfo, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
defer f.Close()
|
||||
|
||||
bytes, err := ioutil.ReadAll(f)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue