package
Version:
v0.5.6
Opens a new window with list of versions in this module.
Published: Dec 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DeepCopy(object interface{}) interface{}
DeepCopy will create a deep copy of the source object.
Maps and slices will be taken into account when copying.
type Copyable interface {
DeepCopy() interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.