Skip to content

Commit

Permalink
style: format log
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1v3r committed Sep 17, 2021
1 parent 19a8231 commit fe7365a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func (g *Generator) GenerateModelAs(tableName string, modelName string, opts ...
panic("generate struct fail")
}

g.successInfo(fmt.Sprintf("Got %d columns from table <%s>", len(s.Members), s.TableName))
g.successInfo(fmt.Sprintf("got %d columns from table <%s>", len(s.Members), s.TableName))
return s
}

Expand Down

0 comments on commit fe7365a

Please sign in to comment.