An open API service indexing awesome lists of open source software.

https://github.com/gadumitrachioaiei/deepcopy

deepcopy based on reflection
https://github.com/gadumitrachioaiei/deepcopy

deepcopy go reflection

Last synced: 6 months ago
JSON representation

deepcopy based on reflection

Awesome Lists containing this project

README

          

deepcopy lets you deep copy your data.
The code is very simple and easy to understand, so it can prove a valuable resource for learning to work with reflection in GO.

This code hasn't been very well tested, so use with care.

[![Go Report Card](https://goreportcard.com/badge/github.com/gadumitrachioaiei/deepcopy)](https://goreportcard.com/report/github.com/gadumitrachioaiei/deepcopy)
[![GoDoc](https://godoc.org/github.com/gadumitrachioaiei/deepcopy?status.svg)](https://godoc.org/github.com/gadumitrachioaiei/deepcopy)