summaryrefslogtreecommitdiff
path: root/database.go
AgeCommit message (Collapse)Author
2015-11-19Add distance calculationBen Burwell
2015-11-18Deduplicate string -> float64 conversionBen Burwell
Created a function to convert lat & long from strings to floats. Handling an improperly formatted file will not be supported; if this occurs, the lat & long returned from the API will just be (0,0).
2015-11-18Initial commitBen Burwell