From 3393adf5f8c95db2601cb30fc363295150db60c5 Mon Sep 17 00:00:00 2001 From: Marco Kittel Date: Sun, 29 Jun 2025 18:02:14 +0200 Subject: [PATCH] =?UTF-8?q?Typ=20zur=20Unterscheidung=20der=20Daten=20hinz?= =?UTF-8?q?ugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eliofile/eliofile.go | 1 + 1 file changed, 1 insertion(+) 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 }