package
0.0.0-20240919033358-cce434e5d354
Repository: https://github.com/codfrm/cago.git
Documentation: pkg.go.dev
# README
utils
工具包,提供了一些常用的工具函数。
# Functions
Head 返回字符串str中第一个sep之前的字符串和第一个sep之后的字符串.
RandString 随机字符串.
StringReverse 字符串反转.
ToNumber 字符串转数字.
ToString 任意类型转字符串.
# Type aliases
No description provided by the author