modulepackage
0.0.0-20160317154340-7f45deb8130a
Repository: https://github.com/getlantern/deepcopy.git
Documentation: pkg.go.dev
# README
deepcopy

deepcopy provides a basic implementation of deep copying using json.Marshal and json.Unmarshal. Hence it is not very performant, and it only works for exported fields.
See gopkg.in for usage and docs.
# Functions
Make a deep copy from src into dst.