package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev
# Functions
Recover should be deferred as the first line of main().
RecoverAll can be deferred instead of Recover 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.