fix struct name
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// StationLoc struct to store station data
|
// StationLoc struct to store station data
|
||||||
type StationLoc struct {
|
type Station struct {
|
||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
Latitude float64 `json:"latitude"`
|
Latitude float64 `json:"latitude"`
|
||||||
Longitude float64 `json:"longitude"`
|
Longitude float64 `json:"longitude"`
|
||||||
|
|||||||
Reference in New Issue
Block a user