https://github.com/gadumitrachioaiei/deepcopy
deepcopy based on reflection
https://github.com/gadumitrachioaiei/deepcopy
deepcopy go reflection
Last synced: 6 months ago
JSON representation
deepcopy based on reflection
- Host: GitHub
- URL: https://github.com/gadumitrachioaiei/deepcopy
- Owner: gadumitrachioaiei
- License: mit
- Created: 2020-02-07T08:24:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:30:51.000Z (over 2 years ago)
- Last Synced: 2025-08-15T05:45:31.250Z (11 months ago)
- Topics: deepcopy, go, reflection
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deepcopy lets you deep copy your data.
The code is very simple and easy to understand, so it can prove a valuable resource for learning to work with reflection in GO.
This code hasn't been very well tested, so use with care.
[](https://goreportcard.com/report/github.com/gadumitrachioaiei/deepcopy)
[](https://godoc.org/github.com/gadumitrachioaiei/deepcopy)