mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 08:32:40 +08:00
结构体转map
This commit is contained in:
7
structs/copy.go
Normal file
7
structs/copy.go
Normal file
@ -0,0 +1,7 @@
|
||||
package structs
|
||||
|
||||
func Copy(source, target any, opts ...optionFunc) {
|
||||
opt := createOptions(opts)
|
||||
|
||||
_ = opt
|
||||
}
|
Reference in New Issue
Block a user