mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-05 00:54:51 +08:00
wip
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ var TomlFormat = &Format{"toml", []string{},
|
||||
}
|
||||
|
||||
var HclFormat = &Format{"hcl", []string{"h", "hcl"},
|
||||
nil,
|
||||
func() Encoder { return NewHclEncoder() },
|
||||
func() Decoder { return NewHclDecoder() },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user