Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 444 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 444 Bytes

Package for copying Go values

This package provides a generic way of deep copying Go objects. It is designed with performance in mind and is suitable for production use.

This is not an official Google product.

WARNING: This package's API is currently unstable and may change without warning. If this matters to you, you should wait until version 1.0 is released before using it.

Install

go get -u github.com/google/go-cpy/cpy