1.fix module package

2.fix govet error
This commit is contained in:
MetaCubeX
2022-03-18 01:25:59 +08:00
parent 8766764d49
commit 1350330fe0
5 changed files with 12 additions and 6 deletions

View File

@ -58,7 +58,7 @@ func payloadToRule(subPayload string) (C.Rule, error) {
}
if tp == "GEOSITE" {
if err := initGeoSite(); err != nil {
log.Errorln("can't initial GeoSite: %w", err)
log.Errorln("can't initial GeoSite: %s", err)
}
}