Documentation ¶
Overview ¶
Package deepcopy provides a function for deep copying map[string]interface{} values. Inspired by the StackOverflow answer at: http://stackoverflow.com/a/28579297/1366283
Uses the golang.org/pkg/encoding/gob package to do this and therefore has the same caveats. See: https://blog.golang.org/gobs-of-data See: https://golang.org/pkg/encoding/gob/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.