Removed Log.Fatal in ScanCSV

This commit is contained in:
Marco Kittel 2025-06-28 23:59:28 +02:00
parent 0e90b68e22
commit 4c6c751d87
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ package eliofile
import ( import (
"fmt" "fmt"
"log"
"os" "os"
"strings" "strings"
"time" "time"