add osrm to routing service (#86)

This commit is contained in:
Asim Aslam
2021-04-26 11:42:08 +01:00
committed by GitHub
parent 7ae45b522e
commit d119807d1c
10 changed files with 345 additions and 135 deletions

View File

@@ -6,7 +6,6 @@ package routing
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
_ "google.golang.org/protobuf/types/known/wrapperspb"
math "math"
)