yq/pkg/yqlib/no_hcl.go
2025-12-08 10:57:20 +11:00

12 lines
143 B
Go

//go:build yq_nohcl
package yqlib
func NewHclDecoder() Decoder {
return nil
}
func NewHclEncoder(_ HclPreferences) Encoder {
return nil
}