package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Dec 13, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Copy(src interface{}) interface{}
Copy 创建传入值的深度拷贝并返回interface{}
func Iface(iface interface{}) interface{}
Iface 是Copy的别名,为保持向后兼容性而存在
type Interface interface {
DeepCopy() interface{}
}
Interface 定义深拷贝接口
Source Files
¶
Click to show internal directories.
Click to hide internal directories.