Imports of package hcldec

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hashicorp/hcl/v2Package hcl contains the main modelling types and general utility functions for HCL.
github.com/hashicorp/hcl/v2/ext/customdecodePackage customdecode contains a HCL extension that allows, in certain contexts, expression evaluation to be overridden by custom static analysis.
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/functionPackage function builds on the functionality of cty by modeling functions that operate on cty Values.
sortPackage sort provides primitives for sorting slices and user-defined collections.