Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneUsingGob ¶
CloneUsingGob clones the given source struct to the given destination struct using encoding/gob. It returns an error if either the source or destination is nil, or if there is an error during encoding or decoding.
func CloneUsingJson ¶
CloneUsingJson clones the given source struct to the given destination struct using encoding/json. It returns an error if either the source or destination is nil, or if there is an error during encoding or decoding.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.