diff --git a/publibike/stations.go b/publibike/stations.go index f6826b7..68877e9 100644 --- a/publibike/stations.go +++ b/publibike/stations.go @@ -8,7 +8,7 @@ import ( ) // StationLoc struct to store station data -type StationLoc struct { +type Station struct { Id int `json:"id"` Latitude float64 `json:"latitude"` Longitude float64 `json:"longitude"`