package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jun 8, 2021
License: Apache-2.0
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 DeepCopy(x interface{}) interface{}
DeepCopy returns a deep copy of x.
Supports everything except Chan, Func and UnsafePointer.
type Interface interface {
DeepCopy() interface{}
}
Interface can be implemented by types to have custom deep copy logic.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.