summaryrefslogtreecommitdiff
path: root/hclsimple
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>
2019-10-01hclsimple: Simple one-shot parse/decode/evaluate APIMartin Atkins
For programs that don't need fine control over the process of decoding a configuration, this allow a one-shot decode into a value of a Go struct type.