Aleksandar Čekrlić

Results 3 comments of Aleksandar Čekrlić

Q: How would you implement this set of functions? ``` func MapFields(fields map[string]interface{}, s Struct) { … } func MapColumns(columns map[string]interface{}, s Struct) { … } ``` My first guess...

Hi guys! I hope this is not me being rude.. At a similar time when this PR was opened, I played around with implementing a similar thing. I rebased those...

@sukunrt @chaitanyaprem Thanks guys! I'll open a new PR and link this one there, I think it will be tidier that way.