# Functions
ChangeValTagForUpdate 因为修改的时候字段均不是必填项.
CheckPathIfNotExist return true if file exist.
CreateDirIfNotExist create dir recursion.
GetOnlyFilename return a filename without extension.
LowerToUpperCamel 小驼峰转大驼峰.
OpenBrowser opens browser.
ReflectAccess 解析 ast 中对应类型的内容.
ReplaceTime2TimesISOTime 替换时间time.Time -> times.ISOTime.
SendFailResp 返回失败请求.
SendResp 返回自定义数据.
SendSuccessResp 返回成功请求.
SQLStr2GoStr 数据库字段、表名转换为大驼峰的golang命名,并且会替换一些特殊的映射规则如:ID.
UnderlineStr2Strikethrough 将下划线字符串转换为中划线.
UpperToLowerCamel 大驼峰转小驼峰.
# Variables
SpecialMapper 特殊映射表.