hcl/gohcl
Martin Atkins f44382c4fa gohcl: Decode missing hcl.Expression as a cty Null
Rather than writing a nil hcl.Expression, as a special case we'll deal
with this within the cty type system, which we assume is what the caller
wants if they are decoding into a hcl.Expression rather than a native Go
type.
2017-09-20 16:23:23 -07:00
..
decode_test.go gohcl: Decode missing hcl.Expression as a cty Null 2017-09-20 16:23:23 -07: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: Decode missing hcl.Expression as a cty Null 2017-09-20 16:23:23 -07:00
schema.go gohcl: Decode missing hcl.Expression as a cty Null 2017-09-20 16:23:23 -07:00
types.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00