Skip to content

Instantly share code, notes, and snippets.

@IndianGuru
Created September 21, 2015 09:28
Show Gist options
  • Select an option

  • Save IndianGuru/02635f286c3671365dc1 to your computer and use it in GitHub Desktop.

Select an option

Save IndianGuru/02635f286c3671365dc1 to your computer and use it in GitHub Desktop.
Response struct
type Response struct {
Results []struct {
Geometry struct {
Location struct {
Lat float64
Lng float64
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment