mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Use lower camel case in code
This commit is contained in:
@@ -111,7 +111,7 @@ func (g *Generator) writeMain() (path string, err error) {
|
||||
if g.SnakeCase {
|
||||
fmt.Fprintln(f, " g.UseSnakeCase()")
|
||||
}
|
||||
if g.SnakeCase {
|
||||
if g.LowerCamelCase {
|
||||
fmt.Fprintln(f, " g.UseLowerCamelCase()")
|
||||
}
|
||||
if g.OmitEmpty {
|
||||
|
||||
Reference in New Issue
Block a user