package
module
Version:
v0.0.0-...-dd6747b
Opens a new window with list of versions in this module.
Published: Nov 26, 2019
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
util
some useful util function for go program
Documentation
¶
通用错误处理函数,用于需要记录位置的错误处理
Usage:
if !EH(err) {
// return error or transfer error
}
注明调用深度的错误处理函数
Usage:
if !EHCaller(err,2) {
// return error or transfer error
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.