diff --git a/eliofile/eliofile.go b/eliofile/eliofile.go index 9cf099c..ba7a7fe 100644 --- a/eliofile/eliofile.go +++ b/eliofile/eliofile.go @@ -21,6 +21,7 @@ type filedata struct { // Daten über Channel aus der Goroutine ausführen. CounterID stellt sicher, dass das Herkunftsland der Daten bekannt ist. type CountryCsvData struct { CountryID string + Type string Data []string }