chore: add security scan
This commit is contained in:
@@ -86,7 +86,6 @@ func (gs *GeoService) GeocodeAddress(address string) (*GeoLocation, error) {
|
|||||||
return location, nil
|
return location, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// 2. Appeler l'API Nominatim
|
|
||||||
location, err = gs.fetchFromNominatim(address)
|
location, err = gs.fetchFromNominatim(address)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
Reference in New Issue
Block a user