Marcus Rosén

Results 4 comments of Marcus Rosén

Sure. Below is an example/test proto that was generated with gogo (not gogofaster). But behaviour is the same. And as you can see both the fields that have the `customtype`...

Another observation related to `customtype` is that it doesn't generate a slice of pointers for repeated `customtype` fields. `repeated common.BigDecimal repeated_big_decimal_value = 37 [(gogoproto.customtype) = "go-decimal/pbdecimal.Decimal"];` generates `RepeatedBigDecimalValue []go_decimal_pbdecimal.Decimal`. I...

Sure, that is my current workaround. I.e. having an additional plugin that generates getters for those `customtype` fields. I could dig into this. Maybe you could just give some pointers...

Hi, I haven't had any bandwidth to dig into this. But you are quite right. It seems like it would be hard. With regards to `stdtime` you are just returning...