Skip to content

Commit

Permalink
Use Go convention of docs with "Package" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Nov 26, 2015
1 parent 692d016 commit 6cf355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcl.go
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 6cf355f

Please sign in to comment.