()
| 65 | } |
| 66 | |
| 67 | func (p localPath) Glob() (matches []string, err error) { |
| 68 | return filepath.Glob(p.file) |
| 69 | } |
| 70 | |
| 71 | func (p localPath) StripSlashes() localPath { |
| 72 | return newLocalPath(stripLeadingSlash(p.file)) |
no outgoing calls
no test coverage detected