aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/zclconf/go-cty/cty/gocty/doc.go')
-rw-r--r--vendor/github.com/zclconf/go-cty/cty/gocty/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/zclconf/go-cty/cty/gocty/doc.go b/vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
new file mode 100644
index 0000000..a5177d2
--- /dev/null
+++ b/vendor/github.com/zclconf/go-cty/cty/gocty/doc.go
@@ -0,0 +1,7 @@
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