diff --git a/src/main.rs b/src/main.rs index f8a28c9..d0f0d6a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ use std::net::IpAddr; pub struct Locat {} impl Locat { - pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str0 -> Self { + pub fn new(_geoip_country_db_path: &str, _analytics_db_path: &str) -> Self { // TODO: read geoip db, create analytics db Self {} }