//
pkg.gl
Category
github.com/thinkcmf/catgo
examples
panic
package
0.0.0-20230519210813-9e9a5116bd93
Repository:
https://github.com/thinkcmf/catgo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
28 SLOC
#
Functions
GO
Go没有异常机制,但有panic/recover模式来处理错误Panic可以在任何地方引发,但recover只有在defer调用的函数中有效.
PHP
No description provided by the author
PYTHON
No description provided by the author