package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev

# Functions

Apply applies a Patch (list of diffs) to a graph.
Diff traverses two graphs simultaneously looking for differences.
PrintDiff writes a textual reprensentation of the diff from |v1| to |v2| to |w|.
Summary prints a summary of the diff between two values to stdout.

# Constants

# Structs

Difference represents a "diff" between two Noms graphs.

# Type aliases

Patch is a list of difference objects that can be applied to a graph using ApplyPatch().