summaryrefslogtreecommitdiff
path: root/gohcl/decode_test.go
AgeCommit message (Expand)Author
2023-02-28[COMPLIANCE] Add Copyright and License Headers (#586)hashicorp-copywrite[bot]
2020-11-19Merge pull request #335 from kinvolk/fix-slice-value-decodingAlisdair McDiarmid
2020-10-22gohcl: add "body" struct tag to capture entire block bodyMitchell Hashimoto
2020-01-15gohcl/decode.go: fix decoding value slicesMateusz Gozdek
2019-10-10gohcl: retain nested blocks while decodingMateusz Gozdek
2019-09-09Unfold the "hcl" directory up into the rootMartin Atkins
2019-09-09Change module path to github.com/hashicorp/hcl/v2Martin Atkins
2018-02-27gohcl: don't reflect.DeepEqual number values in testsMartin Atkins
2018-02-17gohcl: allow optional attributes to be specified via struct tagNicholas Jackson
2018-01-27gohcl: update remaining reference to "zcl"Martin Atkins
2017-09-20gohcl: Decode missing hcl.Expression as a cty NullMartin Atkins
2017-09-11gohcl: rename struct tag prefix from "zcl:" to "hcl:"Martin Atkins
2017-09-11Move the zcl package and its two parsing subpackages to "hcl" namesMartin Atkins
2017-09-11Rename the ancillary packages from "zcl" to "hcl".Martin Atkins