package
Version:
v0.0.0-...-a1b16c7
Opens a new window with list of versions in this module.
Published: Nov 26, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
检查是否存在错误,如果有则抛出异常
2021.2.16 改名字为Assert更符合实际行为
catch 例子:
defer func() {
if err := recover(); err != nil {
}
}()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.