aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/doublestar/doublestar.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli/internal/doublestar/doublestar.go')
-rw-r--r--cli/internal/doublestar/doublestar.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/internal/doublestar/doublestar.go b/cli/internal/doublestar/doublestar.go
deleted file mode 100644
index 6fa05f1..0000000
--- a/cli/internal/doublestar/doublestar.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Package doublestar is adapted from https://github.com/bmatcuk/doublestar
-// Copyright Bob Matcuk. All Rights Reserved.
-// SPDX-License-Identifier: MIT
-package doublestar
-
-import (
- "path"
-)
-
-// ErrBadPattern indicates a pattern was malformed.
-var ErrBadPattern = path.ErrBadPattern