formatted / restructured app folder
This commit is contained in:
parent
894a039591
commit
37f6aefe5e
@ -3,7 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
"haefelfinger.net/piwigo/DirectoriesToAlbums/internal/app/DirectoriesToAlbums"
|
"haefelfinger.net/piwigo/DirectoriesToAlbums/internal/app"
|
||||||
"os"
|
"os"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ func ScanLocalFileStructure(path string) map[string]FileNode {
|
|||||||
name: info.Name(),
|
name: info.Name(),
|
||||||
isDir: info.IsDir(),
|
isDir: info.IsDir(),
|
||||||
}
|
}
|
||||||
return nil;
|
return nil
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -5,4 +5,3 @@ type FileNode struct {
|
|||||||
name string
|
name string
|
||||||
isDir bool
|
isDir bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,4 +5,3 @@ type PiwigoConfig struct {
|
|||||||
username string
|
username string
|
||||||
password string
|
password string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user