//
pkg.gl
Category
github.com/vimeo/go-util
exit
package
1.4.1
Repository:
https://github.com/vimeo/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
25 SLOC
#
Functions
Recover
Recover should be deferred as the first line of main().
Return
Return initiates a panic that sends the return code to the deferred Recover, executing other deferred functions along the way.