praekelt / go-jsbox-location

Location finder for go-jsbox
Other
2 stars 0 forks source link

fix api access #15

Closed rudigiesler closed 10 years ago

rudigiesler commented 10 years ago

The current access to the google API assumes that the API is going to return an array whose first element is an object. The Google API actually just returns the object, so the tests and access code needs to be changed to reflect this.