mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-24 01:05:17 +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"
|
||
|
}
|