Merge pull request #11909 from runcom/11908-refactor-utils-utils-daemon
Refactor utils/utils_daemon
This commit is contained in:
commit
ecea125be8
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