Update README.md (#707)

"io/ioutil" package name is "ioutil"
This commit is contained in:
xq840622 2021-10-14 15:54:09 +08:00 committed by GitHub
parent 7fd4aef9dc
commit 1297bedbc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ of functions which will be skipped when auditing the not checked errors:
```JSON
{
"G104": {
"io/ioutil": ["WriteFile"]
"ioutil": ["WriteFile"]
}
}
```