Codegen should be smart enough to cast or assert the value #128
Labels
enhancement
New feature or request
go
Pull requests that update Go code
good first issue
Good for newcomers
Currently if we have the following struct.
It will generate the following functions.
Which don't required a type casting, unless the underlying type is not basic type.
Basic types are :
string
,[]byte
,sql.RawBytes
,int64
,float64
,time.Time
The text was updated successfully, but these errors were encountered: