copystructure:Go(golang)库,用于在Go中深度复制值

时间:2024-05-20 21:37:45
【文件属性】:

文件名称:copystructure:Go(golang)库,用于在Go中深度复制值

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-20 21:37:45

Go

复制结构 copystructure是一个Go库,用于在Go中深度复制值。 这样,您就可以复制可能包含参考值(例如地图,切片或指针)的Go值,并复制其数据,而不仅仅是复制其参考。 安装 标准go get : $ go get github.com/mitchellh/copystructure 用法与范例 有关用法和示例,请参见 。 Copy功能具有与之相关的示例。


【文件预览】:
copystructure-master
----copystructure.go(14KB)
----.github()
--------workflows()
----copier_time.go(226B)
----LICENSE(1KB)
----copier_time_test.go(266B)
----copystructure_test.go(19KB)
----go.sum(183B)
----README.md(508B)
----copystructure_examples_test.go(357B)
----go.mod(100B)

网友评论