package
1.4.1
Repository: https://github.com/vimeo/go-util.git
Documentation: pkg.go.dev

# Functions

Recover should be deferred as the first line of main().
Return initiates a panic that sends the return code to the deferred Recover, executing other deferred functions along the way.