aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go')
-rw-r--r--vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go b/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go
new file mode 100644
index 0000000..617bc29
--- /dev/null
+++ b/vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/doc.go
@@ -0,0 +1,7 @@
1// Package hclsyntax contains the parser, AST, etc for HCL's native language,
2// as opposed to the JSON variant.
3//
4// In normal use applications should rarely depend on this package directly,
5// instead preferring the higher-level interface of the main hcl package and
6// its companion package hclparse.
7package hclsyntax