aboutsummaryrefslogtreecommitdiff
path: root/pkg/components/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/components/errors.go')
-rw-r--r--pkg/components/errors.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/components/errors.go b/pkg/components/errors.go
deleted file mode 100644
index aedbe88..0000000
--- a/pkg/components/errors.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package components
-
-import "errors"
-
-var (
- NotFound = errors.New("Not found")
- InvlidaInput = errors.New("Invalid Input")
-)