issues
search
jinzhu
/
copier
Copier for golang, copy value from struct to struct and more
MIT License
5.57k
stars
489
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Enable skipping unexported fields
#223
relistan
opened
1 week ago
0
嵌套结构体无法使用copier:"-"忽略复制
#222
liushuai05
opened
3 weeks ago
0
gorm查询出来的结构体COPY 的时候ID,CreatedAt,UpdatedAt没有成功,
#221
hjw33210
opened
4 weeks ago
0
feat: use value returned from Value method as source to copy from
#220
WingT
opened
1 month ago
0
`copier:"override"` results in ErrFieldNameTagStartNotUpperCase
#219
Makirchn
opened
2 months ago
0
能否支持结构体内嵌字段到切片的拷贝
#218
luoshaofeng
opened
2 months ago
0
Copy to nil empty interface
#217
mpittkin
opened
2 months ago
0
fix: fix copying nil slice
#216
helloqiu
closed
4 months ago
0
Nil Slice Becomes Empty Slice After Copying
#215
helloqiu
closed
4 months ago
0
fix: failed valuer convert return unexpected true
#214
laushunyu
closed
4 months ago
3
可以排除某些字段不复制吗?
#213
jianhao84
opened
5 months ago
2
Unexported struct fields which are pointers are not deep copied
#212
anandsunderraman
opened
6 months ago
0
如何Copy非匿名嵌套结构体
#211
Flipped199
opened
6 months ago
2
feat: Copy to Nil pointer of struct
#210
zedisdog
opened
7 months ago
0
Added override tag so empty fields can still be copied if IgnoreEmpty is set
#209
Roccoriu
closed
4 months ago
0
feat: Added custom Tag Option
#208
Wenpiner
opened
8 months ago
0
Inconsistent Field Copying Behavior with Different Field Types
#207
knbr13
opened
9 months ago
0
ci: update version in `tests.yml`
#206
s-takehana
closed
4 months ago
0
specify multiple field name
#205
liuzh825
opened
10 months ago
0
Non existent fields on source struct is still over ridden in destination struct
#204
Roccoriu
opened
11 months ago
1
feat: add `MustByDefault` and `NoPanicByDefault` options
#203
tedkornish
closed
11 months ago
0
Unexported copy of struct is failing
#202
mahadeva1989
opened
1 year ago
0
[bug report] The private field is hindering the copier from functioning properly.
#201
XiXiangFiles
closed
1 year ago
1
UnicodeDecodeError: 'gbk' codec can't decode byte 0x99 in position 763: illegal multibyte sequence
#200
Zhangjiawei-Beinloft
opened
1 year ago
1
feat: if err occur, dst will recover to init
#199
XiXiangFiles
opened
1 year ago
0
Why did the Struct replication implementation change from v0.3.5 to v0.4.0?
#198
baijianruoli
opened
1 year ago
0
In some cases, copying all variables failed when using tags to copy
#197
xichencx
opened
1 year ago
3
Added DefaultSourceFlags option
#196
ekulabuhov
closed
1 year ago
0
Feature/valuer interface
#195
System-Glitch
closed
1 year ago
1
Custom function for merging fields
#194
dcrystalj
opened
1 year ago
0
Deep Copy is not working after upgrading to 0.4.0
#193
mahadeva1989
closed
1 year ago
0
Copy unexpected behavior when two fields have same lower case name
#192
matthieujoossen
closed
1 year ago
1
Valuer interface
#191
System-Glitch
opened
1 year ago
1
feat: Support custom file name mappings
#190
driventokill
closed
1 year ago
1
Use copier without reflection
#189
listepo
opened
1 year ago
0
fix case-insensitivity
#188
timohuovinen
opened
1 year ago
0
I want to merge the data of two structures
#187
NoiseFan
opened
1 year ago
1
fix: test error
#186
testwill
opened
1 year ago
0
fix #182 copy of slice doesn't replace the whole slice
#185
jheroy
closed
8 months ago
1
Deepcopy on interface pointers not working properly
#184
Kxzuir
opened
1 year ago
0
It does not working correctly
#183
surjit
opened
1 year ago
1
copy of slice doesn't replace the whole slice
#182
watercraft
closed
8 months ago
3
从基础类型转为sql.NullXXX类型时,转换失败。
#181
jiang4869
opened
1 year ago
0
fix: several issues while copy with custom converter
#180
driventokill
closed
1 year ago
0
Next version Release?
#179
patilakshay227
closed
1 year ago
2
support case-insensitive copy
#178
QianChenglong
closed
1 year ago
0
【FIX】Fix the issue where conversion fails when converting from sql.NullXXX types to basic types when selecting deepCopy option.
#177
jiang4869
closed
1 year ago
1
Slice replication problem
#176
w22296437978
opened
1 year ago
0
Option for making `copier:"must"` or `copier:"must,nopanic"` a default behavior.
#175
josephbuchma
opened
1 year ago
1
Provide more clarity on the problem in the error message.
#174
bryndin
closed
1 year ago
1
Next