added GPU compatability

This commit is contained in:
2021-04-10 00:46:17 +04:00
parent bc1859484a
commit 2ec90cfaf5
11 changed files with 90 additions and 54 deletions

View File

@@ -30,6 +30,7 @@ func ReadIpTable()(*IpAddresses ,error){
return nil,err
}
// defer the closing of our jsonFile so that we can parse it later on
defer jsonFile.Close()