hcl/zcl/hclhil/doc.go

9 lines
354 B
Go
Raw Normal View History

// Package hclhil adapts Hashicorp Configuration Language and Hashicorp
// Interpolation Language (HCL and HIL, respectively) to work within the
// ZCL API.
//
// This is intended to help applications that previously used HCL/HIL to
// gradually adopt hcl while remaining generally compatible with their
// previous configuration formats.
package hclhil