Ken Brownfield

Results 4 comments of Ken Brownfield

Installing copygen at main doesn't seem to change the behavior with the above test case: ``` an error occurred while formatting the generated code. /Users/kb/go/src/github.com/StackPackCo/shishito/cp/generated/generated.go:43:22: expected '==', found '=' (and...

> For this goverter has support for defining the mapping on the conversion methods, see [`map`](https://goverter.jmattheis.de/reference/map). This methods also allows you to define custom methods for the conversion https://goverter.jmattheis.de/reference/map#map-source-path-target-method. Yes,...

> Do you think it's okay to have tag matching as addition to the normal field name matching? Or should it be explicitly definable, e.g. `matchNames tag:json fieldName` would only...

Ah, so normal field name matching would happen, except `fieldName` would be matched by tag==json? There might be a situation where that becomes necessary/useful, it's just that I personally haven't...