Created
September 21, 2015 09:28
-
-
Save IndianGuru/02635f286c3671365dc1 to your computer and use it in GitHub Desktop.
Response struct
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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