]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / zclconf / go-cty / cty / gocty / doc.go
CommitLineData
15c0b25d
AP
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.
7package gocty