yq/pkg/yqlib/no_lua.go

12 lines
167 B
Go
Raw Normal View History

2023-10-03 05:22:23 +00:00
//go:build yq_nolua
package yqlib
func NewLuaEncoder(prefs LuaPreferences) Encoder {
return nil
}
func NewLuaDecoder(prefs LuaPreferences) Decoder {
return nil
}