This commit is contained in:
Mike Farah
2025-12-08 20:30:47 +11:00
parent 1852073f29
commit 656f07d0c2
4 changed files with 299 additions and 5 deletions
+1 -1
View File
@@ -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() },
}