Google Maps Geocoding API for GoLangSimple Google Maps Geocoding API that translate address into latitude & longitudeInstallgo get github.com/vongrad/geocoding Usageapi:=API{APIKey: "API_KEY"} lat, lng, err:=api.Geocode(address)