Binary package “golang-github-mitchellh-copystructure-dev” in ubuntu noble

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.