Registry / utility / zclconf-go-cty-debug

zclconf-go-cty-debug

JSON →
library0.0.0-20191215020915-b22d67c1ba0bgogounverified

A debugging utility for the cty type system, providing human-readable representations of cty values.

go get github.com/zclconf/go-cty-debug
INSTALL
IMPORT
SIG · ZCLCONF-GO-CTY-DEB
Z
zclconf-go-cty-debug
utilitygov0.0.0-20191215020915-b22d67c1ba0b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ctydebug
github.com/zclconf/go-cty-debug

Format a cty value for debugging.

package main import ( "fmt" "github.com/zclconf/go-cty/cty" "github.com/zclconf/go-cty-debug" ) func main() { val := cty.StringVal("hello") fmt.Println(ctydebug.FormatVal(val)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191215020915-b22d67c1ba0blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
zclconf-go-cty-debug — go get zclconf-go-cty-debug · libregistry