Will this import statement:
import "runtime/debug"
have any performance penalty on my application? does it somehow impact the runtime? I'm using the 'debug' package to print stack trace in just case of unexpected panic.