summaryrefslogtreecommitdiff
path: root/hclwrite/doc.go
AgeCommit message (Collapse)Author
2023-02-28[COMPLIANCE] Add Copyright and License Headers (#586)hashicorp-copywrite[bot]
* [COMPLIANCE] Add Copyright and License Headers * add copywrite file and revert headers in testdata --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Liam Cervante <liam.cervante@hashicorp.com>
2018-11-03hclwrite: Split Attribute and Block into their own source filesMartin Atkins
These will grow to have significant logic of their own, so hiding them at the end of the Body file makes things harder to read.
2017-09-11Update doc comments and readmes for zcl -> HCL.Martin Atkins
2017-09-11Rename the ancillary packages from "zcl" to "hcl".Martin Atkins
The main "zcl" package requires a bit more care because of how many callers it has and because of its two subpackages, so we'll take care of that one separately.