# Functions
No description provided by the author
注册一个code码,code码保证全局唯一,否则panic。请在初始化逻辑内调用。
var (
CODE1 = RegErr(0, "code1 text")
CODE2 = RegErr(0, "code2 text")
CODE3 = RegErr(2, "code3 text")
CODE4 = RegErr(3, "code4 text")
CODE5 = RegErr(4, "code5 text")
CODE6 = RegErr(5, "code6 text")
CODE7 = RegErr(6, "code7 text")
)
*/.