mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 09:35:31 +00:00
Fonts + Only Pointers in sync.Maps
This commit is contained in:
@@ -24,9 +24,9 @@ type Nummer struct {
|
||||
|
||||
type Additional struct {
|
||||
XMLName xml.Name `xml:"beilage"`
|
||||
Nummer string `xml:"nummer,attr"`
|
||||
Von string `xml:"von"`
|
||||
Bis string `xml:"bis"`
|
||||
Nummer int `xml:"nummer,attr"`
|
||||
Von int `xml:"von"`
|
||||
Bis int `xml:"bis"`
|
||||
}
|
||||
|
||||
func (i Issue) GetIDs() []string {
|
||||
|
||||
Reference in New Issue
Block a user