Updates
Some checks failed
Run tests / test (1.25) (push) Failing after 18s
Run tests / test (stable) (push) Failing after 19s

This commit is contained in:
2026-02-22 21:05:51 +01:00
parent db19ea81b0
commit e915c89710
5 changed files with 282 additions and 51 deletions

View File

@@ -12,8 +12,8 @@ import (
)
type Position struct {
Latitude float64
Longitude float64
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
}
func (pos *Position) String() string {