Recover

Recover is a middleware this package provides a simple way to handle panics in your application and prints stack trace.


// Function signature
	q.Use(recover.New(recover.Config{}))
                
routing.go