update code
This commit is contained in:
parent
7b6ec04405
commit
f578e82046
|
@ -0,0 +1,7 @@
|
||||||
|
package errs
|
||||||
|
|
||||||
|
type ErrorCode uint32
|
||||||
|
|
||||||
|
func (e ErrorCode) ToUint32() uint32 {
|
||||||
|
return uint32(e)
|
||||||
|
}
|
Loading…
Reference in New Issue