package
0.0.0-20240131134037-ce12a4d7d3b9
Repository: https://github.com/davidyou21st/go-tools.git
Documentation: pkg.go.dev
# Functions
CamelString camel string, xx_yy to xxYy.
No description provided by the author
GetCurrentGoRoutineId 从当前线程的栈信息中抽取协程id.
GetMajorVer 获取主版本号.
GetMinorVer 获取次版本号.
GetRevisionVer 获取修订版本号.
No description provided by the author
IsNumeric 判断一个元素是否为数值类型.
No description provided by the author
PascalString pascal string, xx_yy to XxYy.
No description provided by the author
SnakeString snake string, XxYy to xx_yy , XxYY to xx_yy.