index
:
hcl.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gohcl
Age
Commit message (
Expand
)
Author
2023-02-28
[COMPLIANCE] Add Copyright and License Headers (#586)
hashicorp-copywrite[bot]
2022-03-06
gohcl: Fix docs about supported types for blocks.
James Harris
2020-11-19
Merge pull request #335 from kinvolk/fix-slice-value-decoding
Alisdair McDiarmid
2020-10-22
gohcl: add "body" struct tag to capture entire block body
Mitchell Hashimoto
2020-02-13
gohcl: document optional attribute
Chris Marchesi
2020-01-15
gohcl/decode.go: fix decoding value slices
Mateusz Gozdek
2019-10-10
gohcl: retain nested blocks while decoding
Mateusz Gozdek
2019-09-09
Unfold the "hcl" directory up into the root
Martin Atkins
2019-09-09
Change module path to github.com/hashicorp/hcl/v2
Martin Atkins
2018-11-04
gohcl: EncodeIntoBody and EncodeAsBlock functions
Martin Atkins
2018-02-27
gohcl: don't reflect.DeepEqual number values in tests
Martin Atkins
2018-02-17
gohcl: allow optional attributes to be specified via struct tag
Nicholas Jackson
2018-01-27
gohcl: update remaining reference to "zcl"
Martin Atkins
2017-09-20
gohcl: Decode missing hcl.Expression as a cty Null
Martin Atkins
2017-09-11
gohcl: rename struct tag prefix from "zcl:" to "hcl:"
Martin Atkins
2017-09-11
Update doc comments and readmes for zcl -> HCL.
Martin Atkins
2017-09-11
Move the zcl package and its two parsing subpackages to "hcl" names
Martin Atkins
2017-09-11
Rename the ancillary packages from "zcl" to "hcl".
Martin Atkins