Imports of package interpolate

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/hashicorp/hil
github.com/hashicorp/hil/ast
github.com/purpleidea/mgmt/lang/astPackage ast contains the structs implementing and some utility functions for interacting with the abstract syntax tree for the mcl language.
github.com/purpleidea/mgmt/lang/funcsPackage funcs provides a framework for functions that change over time.
github.com/purpleidea/mgmt/lang/funcs/operatorsPackage operators provides a helper library to load all of the built-in operators, which are actually just functions.
github.com/purpleidea/mgmt/lang/interfacesPackage interfaces contains the common interfaces used in the mcl language.
github.com/purpleidea/mgmt/util/errwrapPackage errwrap contains some error helpers.