Eliofile: Fixing file path

This commit is contained in:
Marco Kittel 2025-06-26 06:37:08 +02:00
parent d801fbca0b
commit 9b699695e6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func NewElioDateiFoo(dir string) *ElioDateiFoo {
} }
func (f *ElioDateiFoo) ScanCsv() { func (f *ElioDateiFoo) ScanCsv() {
files, err := os.ReadDir(".") files, err := os.ReadDir(f.dir)
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)