zhangi
Results
2
comments of
zhangi
One workaround I am using is to replace the types.Decimal in code generation: ``` [[types]] [types.match] type = "types.Decimal" [types.replace] type = "decimal.Decimal" [types.imports] third_party = ['"github.com/shopspring/decimal"'] ```
> don't need update go.mod can elaborate a bit more on the reason? The go.mod is automatically updated after my running 'go mod tidy'. There seems to be a direct...