Merge pull request #11909 from runcom/11908-refactor-utils-utils-daemon

Refactor utils/utils_daemon
This commit is contained in:
Jessie Frazelle 2015-04-07 13:24:24 -07:00
commit ecea125be8

View file

@ -1,8 +1,9 @@
package fileutils package fileutils
import ( import (
"github.com/Sirupsen/logrus"
"path/filepath" "path/filepath"
"github.com/Sirupsen/logrus"
) )
// Matches returns true if relFilePath matches any of the patterns // Matches returns true if relFilePath matches any of the patterns