Skip to content

Commit

Permalink
feat: remove comments
Browse files Browse the repository at this point in the history
issue: #137
  • Loading branch information
CodeBear801 committed Feb 3, 2020
1 parent 4ff73c8 commit d55b4e3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions integration/pkg/api/osrm/table/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,3 @@ type Source struct {
type Destination struct {
route.Waypoint
}

// // Duration gives the travel time from specific source to all other destinations
// type Duration struct {
// _ []*float64
// }

// // Distance gives the travel distance from specific source to all other destinations
// type Distance struct {
// _ []*float64
// }

0 comments on commit d55b4e3

Please sign in to comment.