]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/zclconf/go-cty/cty/function/doc.go
Merge branch 'fix_read_test' of github.com:alexandreFre/terraform-provider-statuscake
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / zclconf / go-cty / cty / function / doc.go
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.
6 package function