diff options
Diffstat (limited to 'panics.go')
-rw-r--r-- | panics.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ package main const ( - panicType = "type error" + panicType = "type error" + panicNotImplemented = "not implemented" ) |