aboutsummaryrefslogtreecommitdiff
path: root/panics.go
diff options
context:
space:
mode:
Diffstat (limited to 'panics.go')
-rw-r--r--panics.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/panics.go b/panics.go
deleted file mode 100644
index 7f05d28..0000000
--- a/panics.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package main
-
-const (
- panicType = "type error"
- panicNotImplemented = "not implemented"
-)