mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-22 08:15:19 +00:00
7 lines
155 B
Go
7 lines
155 B
Go
|
package flatfinder
|
||
|
|
||
|
// getDistanceFromAddress - Return distance from 2 points
|
||
|
func getDistanceFromAddress(from string, to string) string {
|
||
|
return "N/A"
|
||
|
}
|