Refactor ultis/utils_daemon, fixes #11908
Signed-off-by: Antonio Murdaca <me@runcom.ninja>
This commit is contained in:
parent
11603e6535
commit
c38e2a81e4
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
package fileutils
|
||||
|
||||
import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
)
|
||||
|
||||
// Matches returns true if relFilePath matches any of the patterns
|
||||
|
|
Loading…
Reference in a new issue