6c4344623b
The main HCL package is more visible this way, and so it's easier than having to pick it out from dozens of other package directories.
8 lines
323 B
Go
8 lines
323 B
Go
// Package hclsyntax contains the parser, AST, etc for HCL's native language,
|
|
// as opposed to the JSON variant.
|
|
//
|
|
// In normal use applications should rarely depend on this package directly,
|
|
// instead preferring the higher-level interface of the main hcl package and
|
|
// its companion package hclparse.
|
|
package hclsyntax
|