aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/zclconf/go-cty/cty/function/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/zclconf/go-cty/cty/function/doc.go')
-rw-r--r--vendor/github.com/zclconf/go-cty/cty/function/doc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/zclconf/go-cty/cty/function/doc.go b/vendor/github.com/zclconf/go-cty/cty/function/doc.go
new file mode 100644
index 0000000..393b311
--- /dev/null
+++ b/vendor/github.com/zclconf/go-cty/cty/function/doc.go
@@ -0,0 +1,6 @@
1// Package function builds on the functionality of cty by modeling functions
2// that operate on cty Values.
3//
4// Functions are, at their core, Go anonymous functions. However, this package
5// wraps around them utility functions for parameter type checking, etc.
6package function