package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: May 15, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
string
字符串 snake/camel 转换和通用字符串转换辅助。
基础用法
snake := stringpkg.ToSnake("UserID")
camel := stringpkg.ToCamel("user_id")
text := stringpkg.ToString(123)
注意事项
涉及用户隐私展示时优先使用脱敏函数,不要直接日志输出原文。
验证
go test ./string
Documentation
¶
ToCamel example : xx_yy to XxYy
ToSnake example : XxYy to xx_yy ; XxYY to xx_yy
Source Files
¶
Click to show internal directories.
Click to hide internal directories.