package
0.0.0-20220303102347-03ad30d86159
Repository: https://github.com/tanqiuqiang/sql2gorm.git
Documentation: pkg.go.dev
# Functions
************************************** 其他方法 ***************************************/ 驼峰式写法转为下划线写法.
*
* 蛇形转驼峰
* @description xx_yy to XxYx xx_y_y to XxYY
* @date 2020/7/30
* @param s要转换的字符串
* @return string
**/.
下划线写法转为驼峰写法.
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
*
* 驼峰转蛇形 snake string
* @description XxYy to xx_yy , XxYY to xx_y_y
* @date 2020/7/30
* @param s 需要转换的字符串
* @return string
**/.
首字母大写.
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
WithGormType will write type in gorm tag.
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
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
内嵌bytes.Buffer,支持连写.
************************************** 驼峰json ***************************************/.
************************************** 下划线json ***************************************/.
No description provided by the author