Commit Graph

2 Commits

Author SHA1 Message Date
John Eikenberry 4f3e725e88 Fixes #188; eliminates duplicated core code
match contained lots of cut-n-pasted code from filepath/match.go in the
core libraries. Particularly Match() and Join() were changed in such a
way that made them functionally equivalent to the versions in
path/match.go. This removes the duplicate code and just calls the path
versions.
2017-07-20 15:28:11 -07:00
Catalin Tanasescu 43d52d4faa ported Glob method from filepath - https://golang.org/pkg/path/filepath/#Glob 2017-02-18 14:26:32 -08:00