We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修改 A_b_c 为 ABC
The text was updated successfully, but these errors were encountered:
#15
Sorry, something went wrong.
func main() { t2t := converter.NewTable2Struct()
t2t.Config(&converter.T2tConfig{ StructNameToHump: true, **// 这里配置一下即可** }) err := t2t. SavePath("C:\\Users\\admin\\Desktop\\1.go"). Dsn("root:root@tcp(localhost:3306)/test?charset=utf8"). Run() fmt.Println(err)
}
楼主 你这个修复 还没合并到master中去么 我用最新的go get github.com/gohouse/converter 没有StructNameToHump这个字段
No branches or pull requests
修改 A_b_c 为 ABC
The text was updated successfully, but these errors were encountered: