Source: golang-github-mitchellh-copystructure Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-mitchellh-reflectwalk-dev Standards-Version: 4.6.0 Homepage: https://github.com/mitchellh/copystructure Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-copystructure Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mitchellh-copystructure.git XS-Go-Import-Path: github.com/mitchellh/copystructure Rules-Requires-Root: no Package: golang-github-mitchellh-copystructure-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-github-mitchellh-reflectwalk-dev Description: library for deep copying values in Go Copystructure is a Go library for deep copying values in Go. . This library can 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.