geocoder icon indicating copy to clipboard operation
geocoder copied to clipboard

:earth_americas: GoLang package that provides an easy way to use the Google Geocoding API

Results 2 geocoder issues
Sort by recently updated
recently updated
newest added

Figure out a way to mock the tests to not perform actual calls to the Google Geocoding API (it currently needs an API key to access a paid service).

enhancement

I've initiated a pull request, which you can find at https://github.com/kelvins/geocoder/pull/5. This PR is designed to integrate CI/CD support, as well as enrich the Result struct with an ErrorMessage for...