This commit is contained in:
2026-05-09 15:28:54 +02:00
parent e47cc2bf57
commit 810d7bcabd
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -28,10 +28,6 @@ const (
LocationTTL = 1 * time.Hour
)
// ============================================
// STRUCTURES
// ============================================
type GeoLocation struct {
Latitude float64 `json:"lat,string"`
Longitude float64 `json:"lon,string"`