Registry / utility / zclconf-go-cty

zclconf-go-cty

JSON →
library1.18.1gogounverified

Package cty provides a type system and value representation for dynamic types in Go.

go get github.com/zclconf/go-cty
INSTALL
IMPORT
SIG · ZCLCONF-GO-CTY
Z
zclconf-go-cty
utilitygov1.18.1
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.

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

Creates a cty string value and prints its representation.

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

No known issues recorded.

Upgrade
Version history
1.18.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
zclconf-go-cty — go get zclconf-go-cty · libregistry