0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adds test for ZERO_RESULTS error from google geocoder More... over 11 years ago
fixes go test More... over 11 years ago
fixes go test More... over 11 years ago
adjust google Geocode func to return an error if no results are returned instead of panicing More... over 11 years ago
adjust google Geocode func to return an error if no results are returned instead of panicing More... over 11 years ago
Updating changelog to reflect changes in 0.2.0 More... over 11 years ago
Merge pull request #8 from mingkaidox/master More... over 11 years ago
run go fmt More... over 11 years ago
alter whitespaces with real tabs More... over 11 years ago
add bearing calculation of points More... over 11 years ago
Merge branch 'develop' More... over 11 years ago
Reformatting CHANGELOG.md More... over 11 years ago
Updating CHANGELOG.md to include details of more changes in this release More... over 11 years ago
Updating README for more guidance as how to install older versions of golang-geo More... over 11 years ago
Adding an additional configuration key such that goose migrations can run in travis environment More... over 11 years ago
Explicitly noting that contributors should submit pull requests onto develop More... over 11 years ago
Adding in various configuration options for the sql config files so that travis builds can pass More... over 11 years ago
Fixing test database connection files so that Travis builds don't fail More... over 11 years ago
Adding 0.1.0 release notes and adding additional README documentation More... over 11 years ago
Merge branch 'earth-radius-fix' into develop More... over 11 years ago
Merge branch 'persistent-db-connection-fix' into develop More... over 11 years ago
Converting EARTH_RADIUS to a float64 before sprintfing it into queries More... over 11 years ago
Attempting to use a more DB agnostic stubbed out query for testing More... over 11 years ago
Fixing issue where PointsWithinRadius was using a mismatched constant. Adding corresponding test fix More... over 11 years ago
Explicitly adding GO_ENV to travis build env More... over 11 years ago
Fixing some conflicting mismatch issues with sql configuration files and testing logic in the MOCK DB environment More... over 11 years ago
Adding additional tests to assert the behvaior of SQL Mappers More... over 11 years ago
Adding *.html files to .gitignore so that the output of testing coverage utilities does not get tracked in source More... over 11 years ago
Adding some documentation to the private methods of sql_conf More... over 11 years ago
Changing implementation of NewSQLMapper to now parse a specified file name so that it's easier for users to create SQLMappers More... over 11 years ago