# Functions
Bool 返回 bool 的指针类型.
Byte 返回 byte 的指针类型.
Complex128 返回 complex128 的指针类型.
Complex64 返回 complex64 的指针类型.
Float32 返回 float32 的指针类型.
Float64 返回 float64 的指针类型.
Int 返回 int 的指针类型.
Int16 返回 int16 的指针类型.
Int32 返回 int32 的指针类型.
Int64 返回 int64 的指针类型.
Int8 返回 int8 的指针类型.
Must is a generic helper that act just like template.Must (go doc template.Must).
PanicRecover 帮助把 panic 转为 error返回,并获取堆栈信息打印日志。 该方法会把错误信息打印到标准错误输出,并包含一段堆栈信息,帮助我们快速查找程序问题。.
Rune 返回 rune 的指针类型.
String 返回 string 的指针类型.
Uint 返回 uint 的指针类型.
Uint16 返回 uint16 的指针类型.
Uint32 返回 uint32 的指针类型.
Uint64 返回 uint64 的指针类型.
Uint8 返回 uint8 的指针类型.