package
0.0.0-20240912065615-60fd97213283
Repository: https://github.com/go-leo/gox.git
Documentation: pkg.go.dev

# Functions

Break 函数是一个高阶函数,用于处理错误并决定是否继续执行另一个函数。 如果pre参数不为nil,它会返回一个零值和pre错误,从而中断后续的执行; 如果pre为nil,则会调用并返回f()的结果。.
No description provided by the author
Continue 函数允许在执行f()之前检查pre错误,如果f()返回错误,它会将这两个错误合并并返回.
Equals 判断两个错误是否相等.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author