copystructure

Go (golang) library for deep copying values in Go.

  • 所有者: mitchellh/copystructure
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

copystructure

copystructure is a Go library for deep copying values in Go.

This allows you to copy Go values that may contain reference values
such as maps, slices, or pointers, and copy their data as well instead
of just their references.

Installation

Standard go get:

$ go get github.com/mitchellh/copystructure

Usage & Example

For usage and examples see the Godoc.

The Copy function has examples associated with it there.

主要指标

概览
名称与所有者mitchellh/copystructure
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2014-06-12 21:22:32
推送于2021-05-05 17:08:29
最后一次提交2021-05-05 10:08:07
发布数5
最新版本名称v1.2.0 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数348
关注者数8
派生数32
提交数85
已启用问题?
问题数14
打开的问题数2
拉请求数21
打开的拉请求数0
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?