jinzhu / copier

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

Use copier without reflection #189

Open listepo opened 1 year ago

listepo commented 1 year ago

Describe the feature

It would be nice to be able to use copier without reflection. To use code generation like gen for gorm For example

Motivation

Better performance

Related Issues