https://github.com/weiwenchen2022/deepcopy
Deep copy somethings
https://github.com/weiwenchen2022/deepcopy
deepclone deepcopy go golang
Last synced: 10 months ago
JSON representation
Deep copy somethings
- Host: GitHub
- URL: https://github.com/weiwenchen2022/deepcopy
- Owner: weiwenchen2022
- License: mit
- Created: 2023-09-22T06:39:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T07:07:04.000Z (over 2 years ago)
- Last Synced: 2025-03-11T02:46:28.598Z (about 1 year ago)
- Topics: deepclone, deepcopy, go, golang
- Language: Go
- Homepage: https://godoc.org/github.com/weiwenchen2022/deepcopy
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deepcopy
package deepcopy makes deep copies of somethings: unexported field values are not copied.
## Install
```bash
go get github.com/weiwenchen2022/deepcopy
```
## Spec
GoDoc: [https://godoc.org/github.com/weiwenchen2022/deepcopy](https://godoc.org/github.com/weiwenchen2022/deepcopy)