package
0.0.0-20241014075912-8c00ab9ae07f
Repository: https://github.com/treeyh/soc-go-common.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
start:正数 - 在字符串的指定位置开始,超出字符串长度强制把start变为字符串长度 负数 - 在从字符串结尾的指定位置开始 0 - 在字符串中的第一个字符处开始length:正数 - 从 start 参数所在的位置返回 负数 - 从字符串末端返回.
ToString 将interface转成string.
No description provided by the author