woodpecker/vendor/github.com/bmatcuk/doublestar/v4/doublestar.go

9 lines
131 B
Go
Raw Normal View History

package doublestar
import (
"path"
)
// ErrBadPattern indicates a pattern was malformed.
var ErrBadPattern = path.ErrBadPattern