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