package
0.0.0-20240509010212-0d6042c53940
Repository: https://github.com/zclconf/go-cty-debug.git
Documentation: pkg.go.dev

# Functions

DiffValues returns a human-oriented description of the differences between the two given values.
TypeString returns a string representation of a given type that is reminiscent of Go syntax calling into the cty package but is mainly intended for easy human inspection of values in tests, debug output, etc.
ValueString returns a string representation of a given value that is reminiscent of Go syntax calling into the cty package but is mainly intended for easy human inspection of values in tests, debug output, etc.

# Variables

CmpOptions is a set of options for package github.com/google/go-cmp/cmp that help it to work well with cty.Type and cty.Value when they appear as part of a pair of data structures being compared.