0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
modified the return of the method Request if requestErr isn't nil (return the error, modified from panic()), so it can be treated accordingly by the code appealing this method. More... almost 11 years ago
TestMarshalJSON in point_test.go was using wrong condition for failing. Fixed. More... about 11 years ago
Merge branch 'develop' More... about 11 years ago
Adding in a changelog for 0.3.1 release More... about 11 years ago
Merge pull request #14 from mrnugget/refactor_google_geocoder More... about 11 years ago
Use struct to unmarshal Google's Geocoder response More... about 11 years ago
Merge branch 'develop' More... over 11 years ago
Fixing some issues with coveralls badges and changelog documentation More... over 11 years ago
Merge branch 'develop' More... over 11 years ago
Running gofmt before release More... over 11 years ago
Updating changelog More... over 11 years ago
Merge branch 'develop' More... over 11 years ago
Adding some more documentation More... over 11 years ago
Changing versions of go to run tests with, updating some internal raycast methods More... over 11 years ago
Adding in a more rigorous test that ensures that skipping over the equator or the prime meridian doesn't change our logic More... over 11 years ago
Removing references to contour More... over 11 years ago
Taking a new approach to polygon contains method; basing it off of a more canonical raycast method implementation More... over 11 years ago
Running go fmt More... over 11 years ago
Adding some ROADMAP documentation as well as fixing a method signature More... over 11 years ago
Adding additional documentation to geocoders More... over 11 years ago
Pulling upstream from develop More... over 11 years ago
Merge pull request #13 from Sproutling/master More... over 11 years ago
changes mapquest url to use the new mapquestGeocodeURL in set More... over 11 years ago
Changing docs to gopkg.in as gopin.org now doesn't serve up repos anymore More... over 11 years ago
Adding some small documentaiton bits to point_test.go More... over 11 years ago
Running go fmt on polygon_test More... over 11 years ago
Adding an additional test case to the not-in-polygon tests More... over 11 years ago
Adding in an inverse test for testing that a point outside of our testing data should not be identified as being contained in the polygon More... over 11 years ago
Fixing broken tests after moving all mocked json files to different directory More... over 11 years ago
Moving all other json file to data folder More... over 11 years ago