Registry / utility / barkimedes-go-deepcopy

barkimedes-go-deepcopy

JSON →
library0.0.0-20220514131651-17c30cfc62dfgogounverified

A Go library for deep copying arbitrary data structures.

go get github.com/barkimedes/go-deepcopy
INSTALL
IMPORT
SIG · BARKIMEDES-GO-DEEP
B
barkimedes-go-deepcopy
utilitygov0.0.0-20220514131651-17c30cfc62df
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

deepcopy
github.com/barkimedes/go-deepcopy

Minimal usage showing deep copy of a map.

package main import ( "fmt" "github.com/barkimedes/go-deepcopy" ) func main() { original := map[string]int{"a": 1} copy, _ := deepcopy.Anything(original) fmt.Println(copy) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220514131651-17c30cfc62dflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Meta
1
Amazon
1
OpenAI (training)
1
Resources
barkimedes-go-deepcopy — go get barkimedes-go-deepcopy · libregistry