fix typo, update readme and go module name

This commit is contained in:
2024-10-11 19:37:59 -06:00
parent 9bb840d611
commit bd4bd56c3d
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ func main() {
// Download up to date geoip CIDR data
for i := range countries {
fmt.Println("downloading cidr list for country: ", countries[i].Name)
fmt.Println("downloading cidr list for country:", countries[i].Name)
countries[i].v4Addresses, err = downloadAddressList(countries[i].Url)
if err != nil {
log.Fatalf("failed to download address list for county'%s': %v", countries[i].Name, err)