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