]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
update vendor and go.mod
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / zclconf / go-cty / cty / gocty / doc.go
1 // Package gocty deals with converting between cty Values and native go
2 // values.
3 //
4 // It operates under a similar principle to the encoding/json and
5 // encoding/xml packages in the standard library, using reflection to
6 // populate native Go data structures from cty values and vice-versa.
7 package gocty