Merge pull request #67 from hashicorp/f-package-comment

Use Go convention of docs with "Package" prefix
This commit is contained in:
James Nugent 2015-11-26 20:19:33 +00:00
commit f0ca992551

2
hcl.go
View File

@ -1,4 +1,4 @@
// hcl is a package for decoding HCL into usable Go structures.
// Package hcl decodes HCL into usable Go structures.
//
// hcl input can come in either pure HCL format or JSON format.
// It can be parsed into an AST, and then decoded into a structure,