Imports of package gocty

PathSynopsis
github.com/zclconf/go-cty/ctyPackage cty (pronounced see-tie) provides some infrastructure for a type system that might be useful for applications that need to represent configuration values provided by the user whose types are not known at compile time, particularly if the calling application also allows such values to be used in expressions.
github.com/zclconf/go-cty/cty/convertPackage convert contains some routines for converting between cty types.
github.com/zclconf/go-cty/cty/set
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.