mirror of
https://github.com/mikefarah/yq.git
synced 2026-06-30 09:05:55 +00:00
12 lines
143 B
Go
12 lines
143 B
Go
//go:build yq_nohcl
|
|
|
|
package yqlib
|
|
|
|
func NewHclDecoder() Decoder {
|
|
return nil
|
|
}
|
|
|
|
func NewHclEncoder(_ HclPreferences) Encoder {
|
|
return nil
|
|
}
|