jinzhu / copier

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

Feature/flags #23

Closed zbintliff closed 7 years ago

zbintliff commented 7 years ago

Package Level flags to disable/enable certain flags.

Was going to do a options array and map but figured following stdlib practice and use package level flags.

zbintliff commented 7 years ago

(includes changes in #22 )

zbintliff commented 7 years ago

closed in favor of #24