diff --git a/core/match.go b/core/match.go index 9be78e6..4041a43 100644 --- a/core/match.go +++ b/core/match.go @@ -15,7 +15,6 @@ type MatchFile struct { } func NewMatchFile(path string) MatchFile { - path = filepath.ToSlash(path) _, filename := filepath.Split(path) extension := filepath.Ext(path) contents, _ := ioutil.ReadFile(path)