sts icon indicating copy to clipboard operation
sts copied to clipboard

sts: struct to struct transformers generator.

Results 2 sts issues
Sort by recently updated
recently updated
newest added

Source structure ```go type Source struct { I int `sts: "First.Second.Third.I"` S int `sts: "First.S"` } ``` destination structure ```go type Dest struct { First struct { Second struct {...

enhancement

First off, awesome project. Solves a problem that I and I'm sure many others have, is simple and elegant. Bravo! I have in mind an alternate mapping strategy and I'm...