refactoring fmt + moving utils
This commit is contained in:
@@ -3,7 +3,7 @@ package handler
|
||||
import (
|
||||
"github.com/paulmach/orb"
|
||||
"github.com/paulmach/orb/geojson"
|
||||
"solidarity-service/servers/utils"
|
||||
"solidarity-service/utils"
|
||||
)
|
||||
|
||||
func (handler *SolidarityServiceHandler) CalculateDistanceBetweenFeatures(feature1, feature2 *geojson.Feature) int64 {
|
||||
|
||||
Reference in New Issue
Block a user