package
Version:
v0.7.7
Opens a new window with list of versions in this module.
Published: Sep 8, 2024
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.