mirror of
https://github.com/idanoo/go-flat-finder
synced 2025-07-01 21:52:18 +00:00
6 lines
155 B
Go
6 lines
155 B
Go
package flatfinder
|
|
|
|
// getDistanceFromAddress - Return distance from 2 points
|
|
func getDistanceFromAddress(from string, to string) string {
|
|
return "N/A"
|
|
}
|