hcl/gohcl
Nicholas Jackson 23fc060132 gohcl: allow optional attributes to be specified via struct tag
Previously we required optional attributes to be specified as pointers so that we could represent the empty vs. absent distinction.

For applications that don't need to make that distinction, representing "optional" as a struct tag is more convenient.
2018-02-17 10:36:04 -08:00
..
decode_test.go gohcl: allow optional attributes to be specified via struct tag 2018-02-17 10:36:04 -08:00
decode.go gohcl: Decode missing hcl.Expression as a cty Null 2017-09-20 16:23:23 -07:00
doc.go gohcl: rename struct tag prefix from "zcl:" to "hcl:" 2017-09-11 17:29:56 -07:00
schema_test.go gohcl: allow optional attributes to be specified via struct tag 2018-02-17 10:36:04 -08:00
schema.go gohcl: allow optional attributes to be specified via struct tag 2018-02-17 10:36:04 -08:00
types.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00