fmt: onfileindir (#295)

This commit is contained in:
James Read 2024-04-27 00:02:40 +01:00 committed by GitHub
parent ceb215a6dc
commit 6a16a7c6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
package onfileindir
import (
"fmt"
"github.com/OliveTin/OliveTin/internal/acl"
"github.com/OliveTin/OliveTin/internal/config"
"github.com/OliveTin/OliveTin/internal/executor"
"github.com/OliveTin/OliveTin/internal/filehelper"
"path/filepath"
"os"
"fmt"
"path/filepath"
)
func WatchFilesInDirectory(cfg *config.Config, ex *executor.Executor) {