mirror of
https://github.com/imjasonh/staticmaps
synced 2026-07-18 23:09:11 +00:00
fix build
This commit is contained in:
parent
0746d8fc00
commit
862c7af424
2 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ func TestDistanceMatrix(t *testing.T) {
|
|||
orig := []Location{Address("Vancouver, BC"), Address("Seattle")}
|
||||
dst := []Location{Address("San Francisco"), Address("Victoria, BC")}
|
||||
opts := &DistanceMatrixOpts{
|
||||
Mode: String(ModeBicycling),
|
||||
Mode: ModeBicycling,
|
||||
Language: "fr-FR",
|
||||
}
|
||||
t.Logf("%s", baseURL+distancematrix(orig, dst, opts))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue