Use Go convention of docs with "Package" prefix
This commit is contained in:
parent
692d016087
commit
6cf355fb61
2
hcl.go
2
hcl.go
@ -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.
|
// 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,
|
// It can be parsed into an AST, and then decoded into a structure,
|
||||||
|
Loading…
Reference in New Issue
Block a user