mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 02:03:24 +08:00
Can build yq with no lua
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//go:build yq_nolua
|
||||
|
||||
package yqlib
|
||||
|
||||
func NewLuaEncoder(prefs LuaPreferences) Encoder {
|
||||
return nil
|
||||
}
|
||||
|
||||
func NewLuaDecoder(prefs LuaPreferences) Decoder {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user