Skip to content

dogmatiq/dyad

Repository files navigation

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.