mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 11:36:29 +00:00
9 lines
131 B
Go
9 lines
131 B
Go
|
package doublestar
|
||
|
|
||
|
import (
|
||
|
"path"
|
||
|
)
|
||
|
|
||
|
// ErrBadPattern indicates a pattern was malformed.
|
||
|
var ErrBadPattern = path.ErrBadPattern
|