mirror of https://github.com/databricks/cli.git
d8a64e6617
## Changes The nil value is a real valid value that we need to represent. To accommodate this we introduced `dyn.KindInvalid` as the zero-value for `dyn.Kind` (see #904), but did not yet update the comments on `dyn.NilValue` or add tests for `kind.go`. This also moves `KindNil` to be last in the definition order (least likely to care about it). ## Tests Tests pass. |
||
---|---|---|
.. | ||
convert | ||
merge | ||
yamlloader | ||
kind.go | ||
kind_test.go | ||
location.go | ||
location_test.go | ||
path.go | ||
path_string.go | ||
path_string_test.go | ||
path_test.go | ||
value.go | ||
value_test.go | ||
value_underlying.go | ||
value_underlying_test.go | ||
walk.go | ||
walk_test.go |