Yuchen Wei
Yuchen Wei
### Expected/Desired Behavior: Mininet VM should be runnable on an M1 Mac machine as well. ### Actual Behavior: Any VM software would report that only x86 architecture is supported.
**Low flexibility when customizing template** I'm using the `goctl model` command to generate model files for mongodb. Since go-zero currently do not support mongo-driver v2, I tried to customize the...
## What is cached as value in the chosen cache? I looked up the implementation code a bit, which states that the value is a query struct that stores db.Statement.Dest...
## Feature Description 是否应该在 gen 中添加 GetDataTypeMap 方法,返回当根据用户配置后产生的完整的数据类型映射Map? 或者在全局变量中,添加一张 DefaultDataTypeMap,来展示 GenTool 默认的映射关系? ## Motivation 当前正在 Gen 的基础上拓展我自己的业务Dao层的代码生成方法,但是需要完整的数据类型映射关系。在我个人配置中打开了 FieldWithTypeTag, FieldSignable, FieldWithIndexTag,并配置数据库列类型 json 为 datatypes.JSON ```go dataMap["json"] = func(columnType gorm.ColumnType) string {...