dogmatiq / dyad

A type-safe deep-copy library for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dyad

A Go module for making deep copies of arbitrary values.

Documentation Latest Version Build Status Code Coverage

Dyad makes clones of Go values. It attempts to make all types clonable, or fallback to predictable (and configurable) behavior when non-clonable types (such as channels) are encountered.

About

A type-safe deep-copy library for Go.

License:MIT License


Languages

Language:Go 99.4%Language:Makefile 0.6%