This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vikunja-api/vendor/github.com/mohae/deepcopy
2019-12-07 14:30:51 +00:00
..
.gitignore Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
.travis.yml Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
deepcopy.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
LICENSE Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
README.md Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00

deepCopy

GoDocBuild Status

DeepCopy makes deep copies of things: unexported field values are not copied.

Usage

cpy := deepcopy.Copy(orig)