jinzhu / copier

Copier for golang, copy value from struct to struct and more
MIT License
5.58k stars 489 forks source link

use copier for more than 1 field name, to use for various structs #108

Open danielmellerspider opened 3 years ago

danielmellerspider commented 3 years ago

I want to be able to copy stuff from two structs with different field names to the same field i'm copying to

Motivation

I want to work with few DB's and copy them to my Unified struct, and they have different field names

Related Issues