package
Version:
v3.125.0
Opens a new window with list of versions in this module.
Published: Jul 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 10
Opens a new window with list of known importers.
Documentation
¶
func Copy(i interface{}) interface{}
Copy returns a deep copy of the provided value.
If there are multiple references to the same value inside the provided value, the multiply-referenced value will be
copied multiple times.
NOTE: Unexported members of structs will *not* be copied.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.