package main const ( panicType = "type error" panicNotImplemented = "not implemented" )