This commit is contained in:
deepzz0
2016-10-02 00:11:15 +08:00
parent ddf508825c
commit ead9533be3
34 changed files with 359 additions and 181 deletions

View File

@@ -81,7 +81,7 @@ func init() {
data, err = ioutil.ReadFile(path.Join(dir, "blackip.yml"))
checkError(err)
err = yaml.Unmarshal(data, BlackIP)
chekError(err)
checkError(err)
}
func checkError(err error) {