KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
deepcopy
★ 19
Open GitHub ↗
Deep copying for Go
Download README (.md)
Explore Similar Repositories
copy
:
Package for fast copying structs of different types
bytekit
:
Java 字节操作的工具库(不是字节码的工具库)
DeepCopy.Expression
:
The library for deep copying objects made with expression trees.
deepClone
:
A tiny library for deeply copying Javascript objects and arrays
Deeplicate.unity
:
アセットをディープコピーするヤーツ
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
deepcopy
?
Download (.md)
deepcopy [](https://travis-ci.org/getlantern/deepcopy) [](https://coveralls.io/r/getlantern/deepcopy) [](http://godoc.org/github.com/getlantern/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](http://gopkg.in/getlantern/deepcopy.v1) for usage and docs.