mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
12 lines
167 B
Go
12 lines
167 B
Go
//go:build yq_nolua
|
|
|
|
package yqlib
|
|
|
|
func NewLuaEncoder(prefs LuaPreferences) Encoder {
|
|
return nil
|
|
}
|
|
|
|
func NewLuaDecoder(prefs LuaPreferences) Decoder {
|
|
return nil
|
|
}
|