fn default()

in src/geoip.rs [48:50]


    fn default() -> Self {
        GeoIp::builder().build().unwrap()
    }