fix struct name

This commit is contained in:
aaron
2024-08-30 00:06:07 +02:00
parent 802cb7f193
commit 77acece767

View File

@@ -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"`