mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 09:15:33 +00:00
IDs: string -> int
This commit is contained in:
@@ -8,7 +8,7 @@ type Orte struct {
|
||||
}
|
||||
|
||||
type Ort struct {
|
||||
ID string `xml:"ID"`
|
||||
ID int `xml:"ID"`
|
||||
Name string `xml:"NAME"`
|
||||
Fiktiv bool `xml:"FIKTIV"`
|
||||
Anmerkungen string `xml:"Anmerkungen"`
|
||||
|
||||
Reference in New Issue
Block a user