Use Go convention of docs with "Package" prefix

This commit is contained in:
James Nugent 2015-11-26 14:57:49 +02:00
parent 692d016087
commit 6cf355fb61

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,