mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
Change the type of opening hours from string to slice
This commit is contained in:
@@ -74,7 +74,7 @@ type Result struct {
|
|||||||
// open now
|
// open now
|
||||||
OpenNow bool `json:"open_now"`
|
OpenNow bool `json:"open_now"`
|
||||||
// opening hours
|
// opening hours
|
||||||
OpeningHours string `json:"opening_hours"`
|
OpeningHours []interface{} `json:"opening_hours"`
|
||||||
// rating from 1.0 to 5.0
|
// rating from 1.0 to 5.0
|
||||||
Rating float64 `json:"rating"`
|
Rating float64 `json:"rating"`
|
||||||
// type of location
|
// type of location
|
||||||
|
|||||||
Reference in New Issue
Block a user