aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go')
-rw-r--r--vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go b/vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go
new file mode 100644
index 0000000..cfb613e
--- /dev/null
+++ b/vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go
@@ -0,0 +1,13 @@
1// Package stdlib is a collection of cty functions that are expected to be
2// generally useful, and are thus factored out into this shared library in
3// the hope that cty-using applications will have consistent behavior when
4// using these functions.
5//
6// See the parent package "function" for more information on the purpose
7// and usage of cty functions.
8//
9// This package contains both Go functions, which provide convenient access
10// to call the functions from Go code, and the Function objects themselves.
11// The latter follow the naming scheme of appending "Func" to the end of
12// the function name.
13package stdlib