chore: update goctl interface{} to any (#2819)
* chore: update goctl interface{} to any
* chore: update goctl interface{} to any
This commit is contained in:
@@ -37,7 +37,7 @@ func genField(table Table, field *parser.Field) (string, error) {
|
||||
|
||||
output, err := util.With("types").
|
||||
Parse(text).
|
||||
Execute(map[string]interface{}{
|
||||
Execute(map[string]any{
|
||||
"name": util.SafeString(field.Name.ToCamel()),
|
||||
"type": field.DataType,
|
||||
"tag": tag,
|
||||
|
||||
Reference in New Issue
Block a user