]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/zclconf/go-cty/cty/function/stdlib/doc.go
cfb613e5a5d084baaaf27d352fd63dd72b7ee9c9
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / zclconf / go-cty / cty / function / stdlib / doc.go
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.
13 package stdlib