playground
playground copied to clipboard
Add example of wrong generated tag
Explain your user case and expected results
I could not make the test fail since it is about the model generation. But the generated file model/example.gen.go
doesn't escape the \
for the default value, which means that gorm cannot read the default value since the struct tag is invalid.