Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Apr 3, 2020
1 parent ea17591 commit 9121265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/fuckdb/cmd/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ var mysqlInfo = `{
"user": "root",
"table": "table name",
"database": "db_example",
"packageName": "package name",
"structName": "struct name",
"packageName": "packageName",
"structName": "structName",
"jsonAnnotation": true,
"gormAnnotation": true
}
Expand Down

0 comments on commit 9121265

Please sign in to comment.