boost
工具箱
geom
地理位置httputil
HTTP工具middleware
中间件misc
杂项工具module
Module工具plugin
插件retry
重试singleflight
SingleFlighttypes
扩展的数据类型validator
校验器version
程序版本xcmd
命令行/ENV参数xcompress
解压缩器xcontainer
容器xconv
内置类型转换辅助工具xcopy
深拷贝xcrypto
加密xchan
Unbounded chan with ring bufferxdebug
Debugxencoding
编码解码器xerror
error wrapperxhash
hash算法xio
异步ioxip
ip/port辅助函数xmap
map辅助函数xmath
math辅助函数xos
系统辅助函数xpanic
panic辅助函数xpool
pool辅助函数xproc
command辅助函数xrand
随机辅助函数xslice
切片辅助函数xstrings
字符串辅助函数xsync
同步辅助函数xtest
xtime
time辅助函数z
编译期辅助函数
通过 boost.InstallLogger
来设置自定义的 logger
自定义的 logger
需要实现以下接口
type Logger interface {
Debug(string)
Info(string)
Warn(string)
Error(string)
Fatal(string)
}