package
0.0.0-20141028180250-bec190371233
Repository: https://github.com/dallanq/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.