Adding Godoc link

Makes understanding the consumable API much simpler rather than digging through source code.
This commit is contained in:
Derek Dowling 2015-11-16 14:05:31 -08:00
parent 2a326381fd
commit 66088e3d0c

View File

@ -1,5 +1,7 @@
# HCL
[![GoDoc](https://godoc.org/github.com/hashicorp/hcl?status.png)](https://godoc.org/github.com/hashicorp/hcl)
HCL (HashiCorp Configuration Language) is a configuration language built
by HashiCorp. The goal of HCL is to build a structured configuration language
that is both human and machine friendly for use with command-line tools, but